/*
Theme Name: kohar.by
Theme URI: kohar.by
Template: wowmart
Author: kohar.by
Author URI: kohar.by
Description: kohar.by
Tags: kohar.by
Version: 1.2.1765296162
Updated: 2025-12-09 19:02:42

*/

.footer-top {background: linear-gradient(135deg, #2c3e50 0%, #1a2530 100%)}
@media (min-width: 992px) {
	.col-lg-3 {width: 26%;}}
.footer-widget p {color: #b5b5b5;}
/* Футер КохарПлюс */
.koharplus-footer {
  background: linear-gradient(135deg, #2c3e50 0%, #1a2530 100%);
  color: #ecf0f1;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 40px 20px 20px;
  width: 100%;
  margin-top: auto; /* Для прижатия к низу, если нужно */
}@media (min-width: 992px) {
    .col-lg-9 {
        flex: 0 0 auto;
        width: 74%;
	}}
@media (min-width: 992px) {
    .footer-widget .col-lg-3,
    footer .footer-widget .col-lg-3 {
        width: 100%;
    }
}
.pb-5 {
    padding-bottom: 0rem !important;
}
.site-footer {display:none;}
.koharplus-footer__container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 30px;
}

.koharplus-footer__col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.koharplus-footer__city-block {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
  border-left: 4px solid #3498db;
}

.koharplus-footer__city-title {
  color: #3498db;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.koharplus-footer__address,
.koharplus-footer__contact,
.koharplus-footer__requisites {
  margin: 8px 0;
  line-height: 1.5;
  color: #3f3f3f;
}

.koharplus-footer__link {
  color: #1abc9c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.koharplus-footer__link:hover {
  color: #3498db;
  text-decoration: underline;
}

.koharplus-footer__messengers {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.koharplus-footer__messenger-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.koharplus-footer__messenger-link:hover {
  background: #3498db;
  transform: translateY(-3px);
}

.koharplus-footer__icon {
  width: 20px;
  height: 20px;
  fill: #ecf0f1;
}

.koharplus-footer__title {
  color: #f39c12;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 2px solid rgba(243, 156, 18, 0.3);
  padding-bottom: 5px;
}

.koharplus-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.koharplus-footer__list-item {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #bdc3c7;
  transition: all 0.3s ease;
  cursor: default;
}

.koharplus-footer__list-item:hover {
  color: #1abc9c;
  padding-left: 5px;
}

.koharplus-footer__block {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
}

.koharplus-footer__bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #95a5a6;
  font-size: 0.9rem;
}

.koharplus-footer__copyright {
  margin: 0;
}

/* Адаптивность */
@media (max-width: 992px) {
  .koharplus-footer__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .koharplus-footer__container {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .koharplus-footer {
    padding: 30px 15px 15px;
  }
  
  .koharplus-footer__city-block,
  .koharplus-footer__block {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .koharplus-footer__messengers {
    justify-content: center;
  }
}
/* Основной контейнер с ограничением ширины */
.mt-3.mb-5.pt-5.pb-3 {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .mt-3.mb-5.pt-5.pb-3 {
        padding-left: 15px;
        padding-right: 15px;
    }.wowmart-header-middle .headerlogo-text img {
    max-width: 160px;
    padding-top: 12px;
}.city-phone-link {
    color: #206cb9;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: -webkit-fill-available;
}.wowmart-tophead, .wowmart-tophead a, .wowmart-tophead span, .wowmart-tophead input {
    font-size: 11px;
    font-weight: 600;
}
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .mt-3.mb-5.pt-5.pb-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* Краткое описание товара */
.kohar-product-summary {
    margin: 20px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #3498db;
}

.kohar-product-specs__title {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 2px solid #3498db;
    padding-bottom: 8px;
}

.kohar-product-specs__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kohar-product-specs__item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.kohar-product-specs__item:last-child {
    border-bottom: none;
}

.kohar-product-specs__label {
    font-weight: 600;
    color: #2c3e50;
    min-width: 120px;
}

.kohar-product-specs__value {
    color: #495057;
    text-align: right;
    flex-grow: 1;
}

.kohar-product-specs__price {
    color: #e74c3c;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Кнопка и мессенджеры */
.kohar-product-actions {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #dee2e6;
}

.kohar-product-actions__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.kohar-product-actions__btn {
    display: ruby;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white !important;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(52, 152, 219, 0.2);
    min-width: 200px;
}

.kohar-product-actions__btn:hover {
    background: linear-gradient(135deg, #2980b9 0%, #1f639b 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(52, 152, 219, 0.3);
    text-decoration: none;
    color: white !important;
}

.kohar-product-messengers {
    display: flex;
    gap: 15px;
    align-items: center;
}

.kohar-product-messengers__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.kohar-product-messengers__link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.kohar-product-messengers__icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* Адаптивность */
@media (max-width: 768px) {
    .kohar-product-summary {
        padding: 20px 15px;
    }
    
    .kohar-product-actions__row {
        flex-direction: column;
        align-items: stretch;
    }
    
    .kohar-product-actions__btn {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .kohar-product-messengers {
        justify-content: center;
    }
    
    .kohar-product-specs__item {
        flex-direction: column;
        gap: 5px;
    }
    
    .kohar-product-specs__value {
        text-align: left;
    }
}
button {
    background: #3498db !important;
    color: white !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    border: none !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

button:hover {
    background: #2980b9 !important;
    transform: translateY(-2px) !important;
}
.page-id-93 .entry-header.wowmart-page {
    display: none !important;

}

.kohar-reviews__title {
    text-align: center;
    color: #f9f9f9;
    margin-bottom: 40px;
    font-size: 2rem;
}
.wowmart-page {border: 0px solid #ededed;}
.kohar-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.kohar-review {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 4px solid #3498db;
}

.kohar-review__rating {
    color: #f39c12;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.kohar-review__text {
    color: #495057;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.kohar-review__author {
    border-top: 1px solid #e9ecef;
    padding-top: 15px;
}

.kohar-review__author strong {
    display: block;
    color: #2c3e50;
    margin-bottom: 5px;
}

.kohar-review__author span {
    color: #6c757d;
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    .kohar-reviews__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .kohar-reviews__grid {
        grid-template-columns: 1fr;
    }
    
    .kohar-reviews__title {
        font-size: 1.7rem;
    }
}
.kohar-review-form {
    max-width: 800px;
    margin: 40px auto;
    padding: 25px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.kohar-review-form__title {
    color: #2c3e50;
    margin: 0 0 25px 0;
    font-size: 1.5rem;
}

.kohar-review-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.kohar-review-form__group {
    margin-bottom: 20px;
}

.kohar-review-form__label {
    display: block;
    color: #495057;
    margin-bottom: 8px;
    font-weight: 500;
}

.kohar-review-form__input,
.kohar-review-form__select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 1rem;
    background: white;
}

.kohar-review-form__textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 1rem;
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

/* Компактные звёзды рейтинга */
.kohar-review-form__stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    height: 30px;
}

.kohar-review-form__stars input {
    display: none;
}

.kohar-review-form__stars label {
    font-size: 1.8rem;
    color: #ddd;
    cursor: pointer;
    padding: 0 2px;
    transition: color 0.2s;
    line-height: 1;
    height: 30px;
}

.kohar-review-form__stars label:hover,
.kohar-review-form__stars label:hover ~ label,
.kohar-review-form__stars input:checked ~ label {
    color: #f39c12;
}

.kohar-review-form__btn {
    background: #3498db;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    display: block;
    width: 100%;
    margin-top: 15px;
}

.kohar-review-form__btn:hover {
    background: #2980b9;
}

@media (max-width: 768px) {
    .kohar-review-form__row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .kohar-review-form {
        padding: 20px 15px;
        margin: 30px auto;
    }
    
    .kohar-review-form__stars label {
        font-size: 1.5rem;
        height: 25px;
    }
}
/* Блок заказа */
.kohar-order-section {
    padding: 50px 20px;
    margin: 50px 0;
    color: white;
}

.kohar-order-container {
    max-width: 1200px;
    margin: 0 auto;
}

.kohar-order-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.kohar-order-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: white;
    line-height: 1.2;
}

.kohar-order-subtitle {
    font-size: 1.2rem;
    color: #bdc3c7;
    margin: 0 0 40px 0;
    line-height: 1.5;
}

/* Форма в одну строку */
.kohar-order-form {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.kohar-order-fields {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.kohar-order-input {
    flex: 1;
    padding: 18px 20px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    background: white;
    transition: all 0.3s ease;
}

.kohar-order-input:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.kohar-order-input::placeholder {
    color: #95a5a6;
}

.kohar-order-button {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    border: none;
    padding: 18px 35px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kohar-order-button:hover {
    background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(231, 76, 60, 0.4);
}

.kohar-order-agreement {
    color: #7f8c8d;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4;
}

/* Адаптивность */
@media (max-width: 992px) {
    .kohar-order-title {
        font-size: 2rem;
    }
    
    .kohar-order-subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .kohar-order-section {
        padding: 40px 15px;
    }
    
    .kohar-order-form {
        padding: 25px;
    }
    
    .kohar-order-fields {
        flex-direction: column;
        gap: 15px;
    }
    
    .kohar-order-input,
    .kohar-order-button {
        width: 100%;
    }
    
    .kohar-order-button {
        padding: 18px;
    }
}

@media (max-width: 480px) {
    .kohar-order-title {
        font-size: 1.7rem;
    }
    
    .kohar-order-subtitle {
        font-size: 1rem;
    }
}
/* Секция FAQ */
.kohar-faq-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.kohar-faq-title {
    text-align: center;
    color: #2c3e50;
    font-size: 2.5rem;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.kohar-faq-subtitle {
    text-align: center;
    color: #7f8c8d;
    font-size: 1.2rem;
    margin: 0 0 50px 0;
}

/* Аккордион */
.kohar-faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.kohar-faq-item {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.kohar-faq-item.active {
    border-color: #3498db;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.1);
}

.kohar-faq-question {
    width: 100%;
    padding: 22px 25px;
    background: white;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    text-align: left;
    transition: all 0.3s ease;
}

.kohar-faq-question:hover {
    background: #f8f9fa;
}

.kohar-faq-question span {
    flex: 1;
    padding-right: 20px;
}

.kohar-faq-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.kohar-faq-item.active .kohar-faq-icon {
    transform: rotate(180deg);
}

.kohar-faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
}

.kohar-faq-item.active .kohar-faq-answer {
    padding: 0 25px 25px;
    max-height: 500px;
}

.kohar-faq-answer p {
    margin: 0;
    color: #495057;
    line-height: 1.6;
    font-size: 1rem;
}

.kohar-faq-answer p + p {
    margin-top: 15px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .kohar-faq-section {
        margin: 40px auto;
        padding: 0 15px;
    }
    
    .kohar-faq-title {
        font-size: 2rem;
    }
    
    .kohar-faq-subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    .kohar-faq-question {
        padding: 18px 20px;
        font-size: 1rem;
    }
    
    .kohar-faq-item.active .kohar-faq-answer {
        padding: 0 20px 20px;
    }
}

@media (max-width: 480px) {
    .kohar-faq-title {
        font-size: 1.7rem;
    }
    
    .kohar-faq-question {
        padding: 16px;
        font-size: 0.95rem;
    }
}
/* Страница о компании */
.kohar-about-section {
    padding: 60px 20px;
    background: #f8f9fa;
}

.kohar-about-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Заголовок */
.kohar-about-header {
    text-align: center;
    margin-bottom: 50px;
}

.kohar-about-title {
    color: #2c3e50;
    font-size: 3rem;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.kohar-about-subtitle {
    color: #7f8c8d;
    font-size: 1.3rem;
    margin: 0;
    font-weight: 400;
}

/* Основной контент */
.kohar-about-content {
    background: white;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.kohar-about-text {
    line-height: 1.7;
    color: #495057;
}

.kohar-about-text h2 {
    color: #2c3e50;
    font-size: 1.8rem;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #3498db;
}

.kohar-about-text p {
    margin: 0 0 20px 0;
    font-size: 1.05rem;
}

.kohar-about-text strong {
    color: #2c3e50;
}

/* Услуги */
.kohar-about-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 30px 0 40px;
}

.kohar-about-service {
    text-align: center;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.kohar-about-service:hover {
    transform: translateY(-5px);
}

.kohar-about-service-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.kohar-about-service h3 {
    color: #2c3e50;
    margin: 0 0 10px 0;
    font-size: 1.3rem;
}

.kohar-about-service p {
    margin: 0;
    font-size: 0.95rem;
    color: #6c757d;
}

/* Преимущества */
.kohar-about-advantages {
    margin: 30px 0 40px;
}

.kohar-about-advantage {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #3498db;
}

.kohar-about-advantage-number {
    color: #3498db;
    font-size: 2rem;
    font-weight: 700;
    min-width: 60px;
}

.kohar-about-advantage-content h3 {
    color: #2c3e50;
    margin: 0 0 8px 0;
    font-size: 1.2rem;
}

.kohar-about-advantage-content p {
    margin: 0;
    font-size: 1rem;
}

/* Филиалы */
.kohar-about-branches {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 30px 0 40px;
}

.kohar-about-branch {
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 2px solid #e9ecef;
}

.kohar-about-branch h3 {
    color: #2c3e50;
    margin: 0 0 15px 0;
    font-size: 1.4rem;
}

.kohar-about-branch p {
    margin: 0 0 8px 0;
    font-size: 1rem;
}

/* CTA блок */
.kohar-about-cta {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
}

.kohar-about-cta p {
    margin: 0 0 15px 0;
    font-size: 1.1rem;
    color: #ecf0f1;
}

.kohar-about-cta strong {
    color: #ecf0f1;
}

/* Адаптивность */
@media (max-width: 992px) {
    .kohar-about-services {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .kohar-about-branches {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .kohar-about-section {
        padding: 40px 15px;
    }
    
    .kohar-about-content {
        padding: 30px 20px;
    }
    
    .kohar-about-title {
        font-size: 2.2rem;
    }
    
    .kohar-about-subtitle {
        font-size: 1.1rem;
    }
    
    .kohar-about-text h2 {
        font-size: 1.5rem;
    }
    
    .kohar-about-service {
        padding: 20px;
    }
    
    .kohar-about-advantage {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }
    
    .kohar-about-advantage-number {
        min-width: auto;
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .kohar-about-title {
        font-size: 1.8rem;
    }
    
    .kohar-about-content {
        padding: 20px 15px;
    }
    
    .kohar-about-cta {
        padding: 20px;
    }
}
/* Основной контейнер */
.nit-catalog-wrapper {
    max-width: 1000px; /* Ширина списка */
    margin: 0 auto;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; /* Современный шрифт */
    box-sizing: border-box;
}

/* Карточка товара */
.nit-product-card {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border: 1px solid #e1e4e8;
    border-radius: 8px; /* Скругление углов */
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04); /* Легкая тень */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nit-product-card:hover {
    transform: translateY(-3px); /* Эффект "поднятия" при наведении */
    box-shadow: 0 8px 16px rgba(0,0,0,0.08);
    border-color: #cdd2d9;
}

/* Левая секция (Инфо) */
.nit-info-section {
    flex: 1;
    padding-right: 30px;
}

.nit-info-section h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
}

/* Ссылка заголовка */
.nit-product-title {
    color: #2c3e50; /* Темный цвет текста */
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.nit-product-title:hover {
    color: #0056b3; /* Цвет при наведении */
    border-color: rgba(0, 86, 179, 0.3);
}

/* Список характеристик */
.nit-specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.nit-spec-label {
    color: #777;
    margin-right: 5px;
}

/* Правая секция (Цена и кнопки) */
.nit-action-section {
    width: 320px; /* Фиксированная ширина для правой части */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; /* Выравнивание по правому краю */
    border-left: 1px solid #f0f0f0;
    padding-left: 25px;
    flex-shrink: 0;
}

/* Блок цены */
.nit-price-block {
    text-align: right;
    margin-bottom: 20px;
}

.nit-price-label {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 4px;
}

.nit-price-value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

/* Текст "под заказ" */
.nit-price-request {
    font-size: 16px;
    color: #555;
}

/* Блок кнопок */
.nit-buttons-row {
    display: flex;
    gap: 10px; /* Расстояние между кнопками */
    width: 100%;
    justify-content: flex-end;
}

/* Общий стиль кнопок */
.nit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    text-align: center;
    line-height: 1.2;
}

/* Кнопка "Подробнее" (прозрачная) */
.nit-btn-outline {
    background-color: transparent;
    border: 1px solid #cbd5e0;
    color: #4a5568;
}

.nit-btn-outline:hover {
    border-color: #a0aec0;
    background-color: #f7fafc;
    color: #2d3748;
}

/* Кнопка "Уточнить" (основная) */
.nit-btn-primary {
    background-color: #206cb9; /* Синий цвет */
    border: 1px solid #206cb9;
    color: #ffffff;
}

.nit-btn-primary:hover {
    background-color: #1a5899;
    border-color: #1a5899;
}

/* --- Адаптивность для мобильных устройств --- */
@media (max-width: 768px) {
    .nit-product-card {
        flex-direction: column;
        padding: 20px;
    }

    .nit-info-section {
        padding-right: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 20px;
    }

    .nit-action-section {
        width: 100%;
        border-left: none;
        padding-left: 0;
        align-items: flex-start; /* Выравнивание влево на мобильных */
    }

    .nit-price-block {
        text-align: left;
        margin-bottom: 15px;
    }

    .nit-buttons-row {
        justify-content: flex-start;
        width: 100%;
    }
    
    .nit-btn {
        flex: 1; /* Кнопки растянутся на всю ширину */
    }
}
/* Делаем ширину адаптивной: 100%, но не больше 1300px */
.product.type-product {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto; /* Центрируем */
    box-sizing: border-box;
}

/* Применяем колонки ТОЛЬКО для экранов шире 768px (планшеты и ПК) */
@media (min-width: 769px) {
    .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: left;
        width: 33%;
        padding-right: 20px; /* Добавил отступ, чтобы текст не прилипал к картинке */
        box-sizing: border-box;
    }

    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        float: right;
        width: 66%; /* Оставляем как было */
        padding-left: 10px;
        box-sizing: border-box;
    }
}

/* На мобильных (меньше 768px) сбрасываем обтекание, чтобы блоки шли друг под другом */
@media (max-width: 768px) {
    .woocommerce #content div.product div.images, 
    .woocommerce div.product div.images,
    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}
/* Контейнер сайдбара */
.nit-sidebar {
    width: 100%;

    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    overflow: hidden; /* Чтобы скругление углов работало для вложенных элементов */
}

/* Общий стиль для ссылок верхнего уровня и заголовков */
.nit-menu-link,
.nit-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    background-color: #fff;
}

/* Ховер эффект для заголовков */
.nit-menu-link:hover,
.nit-menu-header:hover {
    background-color: #f7fafc;
    color: #206cb9; /* Синий цвет при наведении */
}

/* Убираем рамку у последнего элемента, чтобы было красиво */
.nit-sidebar > :last-child,
.nit-sidebar > :last-child .nit-menu-header {
    border-bottom: none;
}

/* --- Подменю (Аккордеон) --- */
.nit-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fcfcfc; /* Чуть сероватый фон для вложенных */
    
    /* Скрываем по умолчанию */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out; /* Плавная анимация */
}

/* Ссылки внутри подменю */
.nit-submenu li a {
    display: block;
    padding: 10px 20px 10px 35px; /* Отступ слева больше */
    font-size: 14px;
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    transition: color 0.2s, padding-left 0.2s;
}

.nit-submenu li:last-child a {
    border-bottom: none;
}

.nit-submenu li a:hover {
    color: #206cb9;
    padding-left: 40px; /* Легкий сдвиг при наведении */
}

/* --- Состояние "Открыто" --- */
.nit-menu-item.nit-open .nit-submenu {
    max-height: 1000px; /* Достаточно большое значение для анимации */
    border-bottom: 1px solid #f0f0f0;
}

.nit-menu-item.nit-open .nit-menu-header {
    color: #206cb9;
    background-color: #f0f7ff; /* Подсветка активного заголовка */
}

/* --- Стрелочка --- */
.nit-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(45deg);
    transition: transform 0.3s ease, border-color 0.3s;
    margin-left: 10px;
}

/* Поворот стрелки при открытии */
.nit-menu-item.nit-open .nit-arrow {
    transform: rotate(225deg); /* Поворот вверх */
    border-color: #206cb9;
}

.nit-menu-header:hover .nit-arrow {
    border-color: #206cb9;
}
.main-navigation ul ul a {
    width: 500px;
}
.main-navigation ul ul { width: 499px;}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #265d82;
    }
}
@media (min-width: 1000px) {
.woocommerce-page h1.page-title {
    min-height: 65px;
    text-align: left !important;
    font-size: 63px;
}
}
.shop-sidebar {
    margin-top: 1px !important;
}
.main-navigation ul {
    justify-content: flex-end;
    font-size: 19px;
    font-weight: 600;
    color: #4d4d4d;
}
/* Контейнер контактов в баннере */
.hero-contacts-block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background: rgba(255, 255, 255, 0.1); /* Полупрозрачный фон */
    backdrop-filter: blur(5px); /* Эффект размытия (стекло) */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    max-width: 650px; /* Ограничение ширины */
    color: #ffffff;
}

/* Отдельный город */
.hero-city-item {
    flex: 1;
    min-width: 200px;
}

/* Заголовок города */
.hero-city-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #fff; /* Белый цвет */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #206cb9; /* Синяя черта снизу */
    display: inline-block;
    padding-bottom: 3px;
}

/* Строки с данными */
.hero-city-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
}

/* Иконки */
.hero-city-row i {
    color: #4da6ff; /* Светло-синий цвет иконок */
    width: 16px;
    text-align: center;
}

/* Ссылки (телефон, email) */
.hero-city-row a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
    transition: all 0.2s;
}

.hero-city-row a:hover {
    color: #4da6ff;
    border-bottom-color: #4da6ff;
}

/* Вертикальный разделитель */
.hero-divider {
    width: 1px;
    background: rgba(255,255,255,0.3);
    margin: 5px 0;
}

/* Мобильная адаптация */
@media (max-width: 600px) {
    .hero-contacts-block {
        flex-direction: column;
        gap: 20px;
    }
    
    .hero-divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }
}
h1.site-title a {font-size: 60px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
	background: #494949;}
.wowmart-header-middle {background: linear-gradient(45deg, #e1efff, #e9e9e9);}
h1.site-title a, p.site-description {color: #384359;}

@media (max-width: 720px) {h1.site-title a {font-size: 30px;}.wowmart-header-middle {background: linear-gradient(45deg, #e1efff, #e9e9e9);height: 85px;}.hmiddle-right #wsm-menu .menu-btn {width: 20px;height: 10px;}}
@media screen and (max-width: 992px) {
    .wowmart-tophead .col-lg-auto {
        display:none;
    }
}
	/* Контейнер сетки */
.nit-categories-grid {
    display: grid;
    /* Автоматически умещает 3 или 4 колонки в зависимости от ширины экрана */
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

/* Карточка категории */
.nit-cat-card {
    display: flex;
    align-items: center; /* Центрируем по вертикали */
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

/* Эффект при наведении на карточку */
.nit-cat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    border-color: #206cb9;
}

/* Блок картинки */
.nit-cat-img {
    flex-shrink: 0;
    width: 80px; /* Размер картинки */
    height: 80px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nit-cat-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Чтобы баллон влазил целиком */
}

/* Блок текста */
.nit-cat-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Заголовок категории */
.nit-cat-content h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.nit-cat-content h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.nit-cat-card:hover h3 a {
    color: #206cb9;
}

/* Кнопка "Подробнее" */
.nit-cat-btn {
    display: inline-block;
    font-size: 13px;
    color: #206cb9;
    text-decoration: none;
    font-weight: 600;
    transition: padding-left 0.2s;
}

.nit-cat-btn:hover {
    padding-left: 5px; /* Эффект движения стрелочки */
    text-decoration: none;
}

/* Адаптив для телефонов */
@media (max-width: 576px) {
    .nit-categories-grid {
        grid-template-columns: 1fr; /* Одна колонка на мобильном */
    }
    
    .nit-cat-card {
        padding: 10px;
    }
}
.menu-item-151 {background: #ffffff;
    border-radius: 12px;
    box-shadow: 1px 1px 6px #d0d0d0;
    padding: 1px 11px;}
/* --- СТИЛЬ ВЫПАДАЮЩЕГО МЕНЮ --- */

/* 1. Сам контейнер выпадающего списка */
ul.sub-menu {
    background-color: #ffffff;      /* Чисто белый фон */
    box-shadow: 0 10px 30px rgba(0,0,0,0.12); /* Мягкая современная тень */
    border-radius: 8px;             /* Скругление углов */
    padding: 10px 0;                /* Отступы сверху и снизу */
    border: 1px solid #f0f0f0;      /* Еле заметная рамка */
    min-width: 280px;               /* Минимальная ширина, чтобы текст не ломался */
    list-style: none !important;
}

/* 2. Пункты меню (ссылки) */
ul.sub-menu li a {
    display: block;                 /* Ссылка на всю ширину строки */
    padding: 12px 25px;             /* Комфортные отступы */
    color: #333333;                 /* Темно-серый цвет текста */
    font-size: 14px;                /* Размер шрифта */
    font-weight: 500;               /* Чуть жирнее обычного */
    text-decoration: none;          /* Убираем подчеркивание */
    transition: all 0.2s ease-in-out; /* Плавная анимация */
    border-bottom: 1px solid transparent; /* Заготовка под границу */
    
    /* Пытаемся исправить КАПС (но лучше перепишите названия в админке) */
    /* text-transform: capitalize; */ 
    line-height: 1.4;
}

/* 3. Эффект при наведении */
ul.sub-menu li a:hover {
    background-color: #f4f9ff;      /* Очень светло-голубой фон */
    color: #206cb9;                 /* Ваш фирменный синий цвет */
    padding-left: 32px;             /* Текст немного сдвигается вправо */
    font-weight: 600;
}

/* Добавляем маленькую полоску слева при наведении */
ul.sub-menu li a:hover {
    border-left: 3px solid #206cb9; /* Синяя полоска слева */
    border-radius: 0 4px 4px 0;     /* Скругление справа */
}

/* 4. Убираем лишние отступы у списка, если они есть от темы */
ul.sub-menu li {
    margin: 0 !important;
    padding: 0 !important;
}
@media only screen and (max-width: 767px) {
    h1.site-title a {
        font-size: 30px;
        margin-top: 10px;
        display: block;
    }
}
/* 5. Разделители (опционально, если список длинный) */
ul.sub-menu li:not(:last-child) a {
    border-bottom: 1px solid #f9f9f9;
}
/* Блок SEO-текста под товарами */
.nit-seo-text-block {
    max-width: 1000px; /* Ограничиваем ширину для удобства чтения */
    margin: 50px auto 30px; /* Отступы: сверху 50px, снизу 30px */
    padding: 0 15px;
    font-family: 'Segoe UI', sans-serif;
    color: #444;
    line-height: 1.6;
}

.nit-seo-text-block h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.nit-seo-text-block h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 30px;
    margin-bottom: 15px;
}

.nit-seo-text-block p {
    margin-bottom: 15px;
    font-size: 16px;
}

.nit-seo-text-block strong {
    color: #206cb9; /* Выделяем ключевые слова вашим синим цветом */
}

/* Список преимуществ */
.nit-seo-list {
    list-style: none; /* Убираем стандартные точки */
    padding-left: 0;
    margin-bottom: 20px;
}

.nit-seo-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 16px;
}

/* Свои красивые маркеры-галочки */
.nit-seo-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    color: #206cb9;
    font-weight: bold;
}

/* Адаптив */
@media (max-width: 768px) {
    .nit-seo-text-block h2 { font-size: 20px; }
    .nit-seo-text-block h3 { font-size: 18px; }
    .nit-seo-text-block p, 
    .nit-seo-list li { font-size: 14px; }
}
/* Общий контейнер */
.nit-partners-wrapper {
    max-width: 1100px;
    margin: 0 auto 50px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Заголовок */
.nit-partners-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 15px;
}

.nit-partners-header h1 {
    font-size: 36px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.nit-lead-text {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

/* Сетка преимуществ */
.nit-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
    padding: 0 15px;
}

.nit-benefit-card {
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.nit-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    border-color: #206cb9;
}

.nit-benefit-icon {
    font-size: 40px;
    color: #206cb9;
    margin-bottom: 20px;
}

.nit-benefit-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #2c3e50;
}

.nit-benefit-card p {
    font-size: 15px;
    color: #666;
    margin: 0;
}

/* Текстовый контент */
.nit-partners-content {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 12px;
    margin: 0 15px 50px;
}

.nit-partners-content h2 {
    font-size: 28px;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 25px;
}

.nit-partners-content h3 {
    font-size: 20px;
    color: #206cb9;
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nit-partners-content p {
    margin-bottom: 15px;
    font-size: 16px;
}

.nit-divider {
    border: 0;
    height: 1px;
    background: #ddd;
    margin: 40px 0;
}

/* Список шагов */
.nit-partners-steps {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
}

.nit-partners-steps li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    font-size: 16px;
}

.nit-partners-steps li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: #206cb9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: 14px;
}

/* CTA блок (синий) */
.nit-cta-block {
    background: linear-gradient(135deg, #206cb9 0%, #1a5899 100%);
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    border-radius: 12px;
    margin: 0 15px;
}

.nit-cta-block h3 {
    font-size: 28px;
    margin: 0 0 10px;
    color: #fff;
}

.nit-cta-block p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.nit-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Кнопки CTA */
.nit-btn-large {
    background: #fff;
    color: #206cb9;
    padding: 15px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: background 0.2s;
}

.nit-btn-large:hover {
    background: #f0f0f0;
    color: #1a5899;
}

.nit-btn-outline-large {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 13px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: background 0.2s;
}

.nit-btn-outline-large:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

/* Адаптив */
@media (max-width: 768px) {
    .nit-partners-header h1 { font-size: 28px; }
    .nit-partners-content { padding: 25px; }
    .nit-cta-buttons { flex-direction: column; }
    .nit-btn-large, .nit-btn-outline-large { width: 100%; text-align: center; box-sizing: border-box; }
}
/* Общий контейнер */
.nit-buyers-wrapper {
    max-width: 1100px;
    margin: 0 auto 50px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #333;
    line-height: 1.6;
    padding: 0 15px;
}

/* Заголовок */
.nit-buyers-header {
    text-align: center;
    margin-bottom: 50px;
}

.nit-buyers-header h1 {
    font-size: 34px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 15px;
}

.nit-lead-text {
    font-size: 17px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.nit-section-title {
    text-align: center;
    font-size: 26px;
    color: #2c3e50;
    margin-bottom: 30px;
}

/* Сетка шагов (1-2-3-4) */
.nit-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}

.nit-step-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    transition: transform 0.3s;
}

.nit-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.nit-step-number {
    font-size: 30px;
    font-weight: 900;
    color: #e3e8ee;
    margin-bottom: 10px;
    line-height: 1;
}

.nit-step-card:hover .nit-step-number {
    color: #206cb9; /* Номер синеет при наведении */
    transition: color 0.3s;
}

.nit-step-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.nit-step-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Колонки Оплата и Доставка */
.nit-info-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.nit-info-col {
    background: #f9fbff;
    padding: 35px;
    border-radius: 12px;
    border-left: 5px solid #206cb9;
}

.nit-col-icon {
    font-size: 32px;
    color: #206cb9;
    margin-bottom: 20px;
}

.nit-info-col h3 {
    margin-top: 0;
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 20px;
}

/* Список с галочками */
.nit-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nit-check-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 15px;
}

.nit-check-list li::before {
    content: '•';
    color: #206cb9;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

/* Блок обмена (Выделенный) */
.nit-exchange-block {
    background: #fff;
    border: 2px dashed #cbd5e0;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 50px;
}

.nit-exchange-content h2 {
    margin-top: 0;
    color: #2c3e50;
    font-size: 24px;
    margin-bottom: 15px;
}

.nit-exchange-rules {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.nit-rule-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
}

.nit-rule-icon {
    flex-shrink: 0;
}

/* Блок безопасности */
.nit-safety-alert {
    background: #fff5f5; /* Светло-красный фон */
    border-left: 5px solid #fc8181;
    padding: 20px 25px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.nit-safety-alert h3 {
    color: #c53030;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 10px;
}

.nit-safety-alert p {
    margin: 0;
    color: #2d3748;
    font-size: 14px;
}

/* CTA внизу */
.nit-cta-simple {
    text-align: center;
    background: #f7fafc;
    padding: 30px;
    border-radius: 12px;
}

.nit-cta-simple p {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

/* Кнопка */
.nit-btn-primary {
    display: inline-block;
    background-color: #206cb9;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    transition: background 0.2s;
}

.nit-btn-primary:hover {
    background-color: #1a5899;
    color: #fff;
    text-decoration: none;
}

/* Адаптив */
@media (max-width: 768px) {
    .nit-info-columns {
        grid-template-columns: 1fr;
    }
    
    .nit-exchange-block {
        padding: 20px;
    }
    
    .nit-buyers-header h1 {
        font-size: 26px;
    }
}
@media (min-width: 992px) {
    .order-lg-3 {
        order: 3 !important;
        display: none;
	}}
.pt-5 {
    padding-top: 0rem !important;
}
.widget {
    margin: 0 0 0em;
}
ul.woo-action-icons {display: none !important;}

/* ===== Фон шапки под меню (хлебные крошки + заголовок) ===== */
.wowmart-wbreadcrump {
    background-image: url('//kohar.by/wp-content/uploads/2026/01/cropped-gazy-fon-scaled-1.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 80px;
    padding: 1rem 0 1.25rem !important;
}
.wowmart-wbreadcrump.kohar-breadcrumb-with-title {
    text-align: left;
    padding: 1rem 0 1.5rem !important;
}
.wowmart-wbreadcrump .woocommerce-breadcrumb,
.wowmart-wbreadcrump .woocommerce-breadcrumb a {
    text-shadow: 0 1px 2px rgba(255,255,255,0.9);
}
.wowmart-wbreadcrump .kohar-archive-title {
    margin: 0.5rem 0 0;
    font-size: 1.75rem;
    text-shadow: 0 1px 2px rgba(255,255,255,0.9);
    color: inherit;
}
/* Убрать дублирующий заголовок из основного контента */
.woocommerce .site-main > .page-title {
    display: none !important;
}

/* ===== Каталог: карточка как на фото 2 — слева данные, справа цена и кнопки ===== */
.woocommerce .site-main ul.products,
.bstylelist .woocommerce ul.products,
.woocommerce-page ul.products {
    display: block !important;
    flex-flow: none !important;
}
.woocommerce ul.products li.product-card-list,
.woocommerce-page ul.products li.product-card-list {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem;
    text-align: left !important;
    display: block !important;
}
/* Карточка: синие тона, эффект стекла (glass) + анимация */
.woocommerce ul.products li.product-card-list {
    background: linear-gradient(135deg, rgba(255,255,255,0.85) 0%, rgba(248,250,255,0.9) 100%) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(33, 115, 190, 0.2) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(33, 115, 190, 0.08), inset 0 1px 0 rgba(255,255,255,0.6) !important;
    transition: box-shadow 0.35s ease, transform 0.3s ease, border-color 0.3s ease, background 0.3s ease !important;
}
.woocommerce ul.products li.product-card-list:hover {
    box-shadow: 0 12px 36px rgba(33, 115, 190, 0.15), inset 0 1px 0 rgba(255,255,255,0.7) !important;
    border-color: rgba(33, 115, 190, 0.35) !important;
    transform: translateY(-3px) !important;
    background: linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(248,252,255,0.95) 100%) !important;
}
/* Внутри карточки — строго в ряд: слева блок, справа блок */
.woocommerce ul.products li.product-card-list .wowmart-poroduct.style-list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 2rem !important;
    padding: 1.25rem 1.5rem !important;
    min-height: 120px !important;
    text-align: left !important;
}
/* Левый блок — название + характеристики, выравнивание по левому краю */
.woocommerce ul.products li.product-card-list .product-list-left {
    flex: 1 1 60% !important;
    min-width: 0 !important;
    text-align: left !important;
    max-width: 70% !important;
}
.woocommerce ul.products li.product-card-list .product-list-left .product-list-title {
    margin: 0 0 0.5rem !important;
    font-size: 1.125rem !important;
    line-height: 1.35 !important;
    text-align: left !important;
}
.woocommerce ul.products li.product-card-list .product-list-left .product-list-title a {
    color: #1a5a9e !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}
.woocommerce ul.products li.product-card-list .product-list-left .product-list-title a:hover {
    text-decoration: underline !important;
    color: #0d3d6b !important;
}
/* Обёртка таблицы */
.woocommerce ul.products li.product-card-list .product-list-specs-wrap {
    margin-top: 0.5rem !important;
    text-align: left !important;
}
.woocommerce ul.products li.product-card-list .kohar-table-wrap {
    overflow-x: auto !important;
}
/* Любая таблица в карточке — явно как таблица, без переноса в блоки */
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table,
.woocommerce ul.products li.product-card-list .kohar-table-wrap table {
    display: table !important;
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    font-size: 0.875rem !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    table-layout: auto !important;
}
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table tbody,
.woocommerce ul.products li.product-card-list .kohar-table-wrap table tbody {
    display: table-row-group !important;
}
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table tr,
.woocommerce ul.products li.product-card-list .kohar-table-wrap table tr {
    display: table-row !important;
}
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table td,
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table th,
.woocommerce ul.products li.product-card-list .kohar-table-wrap table td,
.woocommerce ul.products li.product-card-list .kohar-table-wrap table th {
    display: table-cell !important;
    padding: 0.35rem 0.6rem !important;
    vertical-align: middle !important;
    line-height: 1.4 !important;
    text-align: left !important;
}
/* Зебра: чередование фона строк (синие тона) */
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table.kohar-specs-zebra tbody tr:nth-child(odd),
.woocommerce ul.products li.product-card-list .kohar-table-wrap table tbody tr:nth-child(odd) {
    background: rgba(33, 115, 190, 0.06) !important;
}
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table.kohar-specs-zebra tbody tr:nth-child(even),
.woocommerce ul.products li.product-card-list .kohar-table-wrap table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.5) !important;
}
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table.kohar-specs-zebra tbody tr:hover,
.woocommerce ul.products li.product-card-list .kohar-table-wrap table tbody tr:hover {
    background: rgba(33, 115, 190, 0.1) !important;
}
/* Название характеристики — не переносить */
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table .spec-name {
    width: 1% !important;
    white-space: nowrap !important;
    color: #2c5282 !important;
    font-weight: 600 !important;
    padding-right: 0.75rem !important;
}
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table .spec-value {
    color: #1a365d !important;
    white-space: normal !important;
    word-break: break-word !important;
}
/* Лёгкая анимация появления строк */
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr {
    animation: koharSpecRowIn 0.35s ease backwards;
}
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr:nth-child(1) { animation-delay: 0.02s; }
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr:nth-child(2) { animation-delay: 0.05s; }
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr:nth-child(3) { animation-delay: 0.08s; }
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr:nth-child(4) { animation-delay: 0.11s; }
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr:nth-child(5) { animation-delay: 0.14s; }
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr:nth-child(6) { animation-delay: 0.17s; }
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr:nth-child(7) { animation-delay: 0.2s; }
@keyframes koharSpecRowIn {
    from { opacity: 0; transform: translateX(-8px); }
    to { opacity: 1; transform: translateX(0); }
}
/* Правый блок — цена и кнопки строго справа */
.woocommerce ul.products li.product-card-list .product-list-right {
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 0.75rem !important;
    text-align: right !important;
}
.woocommerce ul.products li.product-card-list .product-list-price-block {
    text-align: right !important;
}
.woocommerce ul.products li.product-card-list .product-list-price-block .price-label {
    font-size: 0.875rem !important;
    color: #555 !important;
}
.woocommerce ul.products li.product-card-list .product-list-price-block .product-list-price {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    margin: 0.15rem 0 0 !important;
}
.woocommerce ul.products li.product-card-list .product-list-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    width: 100% !important;
    max-width: 200px !important;
    align-self: flex-end !important;
}
.woocommerce ul.products li.product-card-list .product-list-btn-details {
    background: rgba(255,255,255,0.9) !important;
    border: 1px solid rgba(33, 115, 190, 0.5) !important;
    color: #1a5a9e !important;
    text-align: center !important;
    border-radius: 8px !important;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease !important;
}
.woocommerce ul.products li.product-card-list .product-list-btn-details:hover {
    background: #1a5a9e !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(26, 90, 158, 0.3) !important;
}
.woocommerce ul.products li.product-card-list .product-list-price-block .price-label {
    color: #2c5282 !important;
}
.woocommerce ul.products li.product-card-list .product-list-price-block .product-list-price {
    color: #1a5a9e !important;
}
@media (max-width: 768px) {
    .woocommerce ul.products li.product-card-list .wowmart-poroduct.style-list {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .woocommerce ul.products li.product-card-list .product-list-left {
        max-width: none !important;
    }
    .woocommerce ul.products li.product-card-list .product-list-right {
        align-items: stretch !important;
    }
    .woocommerce ul.products li.product-card-list .product-list-buttons {
        max-width: none !important;
    }
}
/* ========== Таблица в карточке: product-list-specs-wrap ========== */
.product-list-specs-wrap {
    margin-top: 0.5rem;
    text-align: left;
}

.product-list-specs-table {
    display: table;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    border-radius: 8px;
    overflow: hidden;
    table-layout: auto;
}

.product-list-specs-table tbody {
    display: table-row-group;
}

.product-list-specs-table tr {
    display: table-row;
}

.product-list-specs-table td {
    display: table-cell;
    padding: 0.35rem 0.6rem;
    vertical-align: middle;
    line-height: 1.4;
    text-align: left;
}

/* Название (первая колонка) */
.product-list-specs-table .spec-name {
    width: 1%;
    white-space: nowrap;
    color: #2c5282;
    font-weight: 600;
    padding-right: 0.75rem;
}

/* Значение (вторая колонка) */
.product-list-specs-table .spec-value {
    color: #1a365d;
    white-space: normal;
    word-break: break-word;
}

/* Зебра */
.product-list-specs-table tbody tr:nth-child(odd) {
    background: rgba(33, 115, 190, 0.06);
}

.product-list-specs-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.5);
}

.product-list-specs-table tbody tr:hover {
    background: rgba(33, 115, 190, 0.1);
}
/* Иконки мессенджеров в футере KoharPlus */
.koharplus-footer__messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 0.5rem;
}

.koharplus-footer__messenger-link {
  display: inline-block;
  line-height: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.koharplus-footer__messenger-link:hover {
  opacity: 0.85;
  transform: scale(1.08);
}

.koharplus-footer__icon-img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
/*
Theme Name: kohar.by
Theme URI: kohar.by
Template: wowmart
Author: kohar.by
Author URI: kohar.by
Description: kohar.by
Tags: kohar.by
Version: 1.2.1765296162
Updated: 2025-12-09 19:02:42

*/

.footer-top {background: linear-gradient(135deg, #2c3e50 0%, #1a2530 100%)}
@media (min-width: 992px) {
	.col-lg-3 {width: 26%;}}
.footer-widget p {color: #b5b5b5;}
/* Футер КохарПлюс */
.koharplus-footer {
  background: linear-gradient(135deg, #2c3e50 0%, #1a2530 100%);
  color: #ecf0f1;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 40px 20px 20px;
  width: 100%;
  margin-top: auto; /* Для прижатия к низу, если нужно */
}@media (min-width: 992px) {
    .col-lg-9 {
        flex: 0 0 auto;
        width: 74%;
	}}
@media (min-width: 992px) {
    .footer-widget .col-lg-3,
    footer .footer-widget .col-lg-3 {
        width: 100%;
    }
}
.pb-5 {
    padding-bottom: 0rem !important;
}
.site-footer {display:none;}
.koharplus-footer__container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 30px;
}

.koharplus-footer__col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.koharplus-footer__city-block {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
  border-left: 4px solid #3498db;
}

.koharplus-footer__city-title {
  color: #3498db;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.koharplus-footer__address,
.koharplus-footer__contact,
.koharplus-footer__requisites {
  margin: 8px 0;
  line-height: 1.5;
  color: #bdc3c7;
}

.koharplus-footer__link {
  color: #1abc9c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.koharplus-footer__link:hover {
  color: #3498db;
  text-decoration: underline;
}

.koharplus-footer__messengers {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.koharplus-footer__messenger-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.koharplus-footer__messenger-link:hover {
  background: #3498db;
  transform: translateY(-3px);
}

.koharplus-footer__icon {
  width: 20px;
  height: 20px;
  fill: #ecf0f1;
}

.koharplus-footer__title {
  color: #f39c12;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 2px solid rgba(243, 156, 18, 0.3);
  padding-bottom: 5px;
}

.koharplus-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.koharplus-footer__list-item {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #bdc3c7;
  transition: all 0.3s ease;
  cursor: default;
}

.koharplus-footer__list-item:hover {
  color: #1abc9c;
  padding-left: 5px;
}

.koharplus-footer__block {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
}

.koharplus-footer__bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #95a5a6;
  font-size: 0.9rem;
}

.koharplus-footer__copyright {
  margin: 0;
}

/* Адаптивность */
@media (max-width: 992px) {
  .koharplus-footer__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .koharplus-footer__container {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .koharplus-footer {
    padding: 30px 15px 15px;
  }
  
  .koharplus-footer__city-block,
  .koharplus-footer__block {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .koharplus-footer__messengers {
    justify-content: center;
  }
}
/* Основной контейнер с ограничением ширины */
.mt-3.mb-5.pt-5.pb-3 {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .mt-3.mb-5.pt-5.pb-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .mt-3.mb-5.pt-5.pb-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* Краткое описание товара */
.kohar-product-summary {
    margin: 20px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #3498db;
}

.kohar-product-specs__title {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 2px solid #3498db;
    padding-bottom: 8px;
}

.kohar-product-specs__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kohar-product-specs__item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.kohar-product-specs__item:last-child {
    border-bottom: none;
}

.kohar-product-specs__label {
    font-weight: 600;
    color: #2c3e50;
    min-width: 120px;
}

.kohar-product-specs__value {
    color: #495057;
    text-align: right;
    flex-grow: 1;
}

.kohar-product-specs__price {
    color: #e74c3c;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Кнопка и мессенджеры */
.kohar-product-actions {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #dee2e6;
}

.kohar-product-actions__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.kohar-product-actions__btn {
    display: ruby;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white !important;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(52, 152, 219, 0.2);
    min-width: 200px;
}

.kohar-product-actions__btn:hover {
    background: linear-gradient(135deg, #2980b9 0%, #1f639b 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(52, 152, 219, 0.3);
    text-decoration: none;
    color: white !important;
}

.kohar-product-messengers {
    display: flex;
    gap: 15px;
    align-items: center;
}

.kohar-product-messengers__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.kohar-product-messengers__link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.kohar-product-messengers__icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* Адаптивность */
@media (max-width: 768px) {
    .kohar-product-summary {
        padding: 20px 15px;
    }
    
    .kohar-product-actions__row {
        flex-direction: column;
        align-items: stretch;
    }
    
    .kohar-product-actions__btn {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .kohar-product-messengers {
        justify-content: center;
    }
    
    .kohar-product-specs__item {
        flex-direction: column;
        gap: 5px;
    }
    
    .kohar-product-specs__value {
        text-align: left;
    }
}
button {
    background: #3498db !important;
    color: white !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    border: none !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

button:hover {
    background: #2980b9 !important;
    transform: translateY(-2px) !important;
}
.page-id-93 .entry-header.wowmart-page {
    display: none !important;

}

.kohar-reviews__title {
    text-align: center;
    color: #f9f9f9;
    margin-bottom: 40px;
    font-size: 2rem;
}
.wowmart-page {border: 0px solid #ededed;}
.kohar-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.kohar-review {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 4px solid #3498db;
}

.kohar-review__rating {
    color: #f39c12;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.kohar-review__text {
    color: #495057;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.kohar-review__author {
    border-top: 1px solid #e9ecef;
    padding-top: 15px;
}

.kohar-review__author strong {
    display: block;
    color: #2c3e50;
    margin-bottom: 5px;
}

.kohar-review__author span {
    color: #6c757d;
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    .kohar-reviews__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .kohar-reviews__grid {
        grid-template-columns: 1fr;
    }
    
    .kohar-reviews__title {
        font-size: 1.7rem;
    }
}
.kohar-review-form {
    max-width: 800px;
    margin: 40px auto;
    padding: 25px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.kohar-review-form__title {
    color: #2c3e50;
    margin: 0 0 25px 0;
    font-size: 1.5rem;
}

.kohar-review-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.kohar-review-form__group {
    margin-bottom: 20px;
}

.kohar-review-form__label {
    display: block;
    color: #495057;
    margin-bottom: 8px;
    font-weight: 500;
}

.kohar-review-form__input,
.kohar-review-form__select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 1rem;
    background: white;
}

.kohar-review-form__textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 1rem;
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

/* Компактные звёзды рейтинга */
.kohar-review-form__stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    height: 30px;
}

.kohar-review-form__stars input {
    display: none;
}

.kohar-review-form__stars label {
    font-size: 1.8rem;
    color: #ddd;
    cursor: pointer;
    padding: 0 2px;
    transition: color 0.2s;
    line-height: 1;
    height: 30px;
}

.kohar-review-form__stars label:hover,
.kohar-review-form__stars label:hover ~ label,
.kohar-review-form__stars input:checked ~ label {
    color: #f39c12;
}

.kohar-review-form__btn {
    background: #3498db;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    display: block;
    width: 100%;
    margin-top: 15px;
}

.kohar-review-form__btn:hover {
    background: #2980b9;
}

@media (max-width: 768px) {
    .kohar-review-form__row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .kohar-review-form {
        padding: 20px 15px;
        margin: 30px auto;
    }
    
    .kohar-review-form__stars label {
        font-size: 1.5rem;
        height: 25px;
    }
}
/* Блок заказа */
.kohar-order-section {
    padding: 50px 20px;
    margin: 50px 0;
    color: white;
}

.kohar-order-container {
    max-width: 1200px;
    margin: 0 auto;
}

.kohar-order-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.kohar-order-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: white;
    line-height: 1.2;
}

.kohar-order-subtitle {
    font-size: 1.2rem;
    color: #bdc3c7;
    margin: 0 0 40px 0;
    line-height: 1.5;
}

/* Форма в одну строку */
.kohar-order-form {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.kohar-order-fields {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.kohar-order-input {
    flex: 1;
    padding: 18px 20px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    background: white;
    transition: all 0.3s ease;
}

.kohar-order-input:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.kohar-order-input::placeholder {
    color: #95a5a6;
}

.kohar-order-button {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    border: none;
    padding: 18px 35px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kohar-order-button:hover {
    background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(231, 76, 60, 0.4);
}

.kohar-order-agreement {
    color: #7f8c8d;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4;
}

/* Адаптивность */
@media (max-width: 992px) {
    .kohar-order-title {
        font-size: 2rem;
    }
    
    .kohar-order-subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .kohar-order-section {
        padding: 40px 15px;
    }
    
    .kohar-order-form {
        padding: 25px;
    }
    
    .kohar-order-fields {
        flex-direction: column;
        gap: 15px;
    }
    
    .kohar-order-input,
    .kohar-order-button {
        width: 100%;
    }
    
    .kohar-order-button {
        padding: 18px;
    }
}

@media (max-width: 480px) {
    .kohar-order-title {
        font-size: 1.7rem;
    }
    
    .kohar-order-subtitle {
        font-size: 1rem;
    }
}
/* Секция FAQ */
.kohar-faq-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.kohar-faq-title {
    text-align: center;
    color: #2c3e50;
    font-size: 2.5rem;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.kohar-faq-subtitle {
    text-align: center;
    color: #7f8c8d;
    font-size: 1.2rem;
    margin: 0 0 50px 0;
}

/* Аккордион */
.kohar-faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.kohar-faq-item {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.kohar-faq-item.active {
    border-color: #3498db;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.1);
}

.kohar-faq-question {
    width: 100%;
    padding: 22px 25px;
    background: white;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    text-align: left;
    transition: all 0.3s ease;
}

.kohar-faq-question:hover {
    background: #f8f9fa;
}

.kohar-faq-question span {
    flex: 1;
    padding-right: 20px;
}

.kohar-faq-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.kohar-faq-item.active .kohar-faq-icon {
    transform: rotate(180deg);
}

.kohar-faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
}

.kohar-faq-item.active .kohar-faq-answer {
    padding: 0 25px 25px;
    max-height: 500px;
}

.kohar-faq-answer p {
    margin: 0;
    color: #495057;
    line-height: 1.6;
    font-size: 1rem;
}

.kohar-faq-answer p + p {
    margin-top: 15px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .kohar-faq-section {
        margin: 40px auto;
        padding: 0 15px;
    }
    
    .kohar-faq-title {
        font-size: 2rem;
    }
    
    .kohar-faq-subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    .kohar-faq-question {
        padding: 18px 20px;
        font-size: 1rem;
    }
    
    .kohar-faq-item.active .kohar-faq-answer {
        padding: 0 20px 20px;
    }
}

@media (max-width: 480px) {
    .kohar-faq-title {
        font-size: 1.7rem;
    }
    
    .kohar-faq-question {
        padding: 16px;
        font-size: 0.95rem;
    }
}
/* Страница о компании */
.kohar-about-section {
    padding: 60px 20px;
    background: #f8f9fa;
}

.kohar-about-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Заголовок */
.kohar-about-header {
    text-align: center;
    margin-bottom: 50px;
}

.kohar-about-title {
    color: #2c3e50;
    font-size: 3rem;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.kohar-about-subtitle {
    color: #7f8c8d;
    font-size: 1.3rem;
    margin: 0;
    font-weight: 400;
}

/* Основной контент */
.kohar-about-content {
    background: white;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.kohar-about-text {
    line-height: 1.7;
    color: #495057;
}

.kohar-about-text h2 {
    color: #2c3e50;
    font-size: 1.8rem;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #3498db;
}

.kohar-about-text p {
    margin: 0 0 20px 0;
    font-size: 1.05rem;
}

.kohar-about-text strong {
    color: #2c3e50;
}

/* Услуги */
.kohar-about-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 30px 0 40px;
}

.kohar-about-service {
    text-align: center;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.kohar-about-service:hover {
    transform: translateY(-5px);
}

.kohar-about-service-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.kohar-about-service h3 {
    color: #2c3e50;
    margin: 0 0 10px 0;
    font-size: 1.3rem;
}

.kohar-about-service p {
    margin: 0;
    font-size: 0.95rem;
    color: #6c757d;
}

/* Преимущества */
.kohar-about-advantages {
    margin: 30px 0 40px;
}

.kohar-about-advantage {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #3498db;
}

.kohar-about-advantage-number {
    color: #3498db;
    font-size: 2rem;
    font-weight: 700;
    min-width: 60px;
}

.kohar-about-advantage-content h3 {
    color: #2c3e50;
    margin: 0 0 8px 0;
    font-size: 1.2rem;
}

.kohar-about-advantage-content p {
    margin: 0;
    font-size: 1rem;
}

/* Филиалы */
.kohar-about-branches {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 30px 0 40px;
}

.kohar-about-branch {
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 2px solid #e9ecef;
}

.kohar-about-branch h3 {
    color: #2c3e50;
    margin: 0 0 15px 0;
    font-size: 1.4rem;
}

.kohar-about-branch p {
    margin: 0 0 8px 0;
    font-size: 1rem;
}

/* CTA блок */
.kohar-about-cta {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
}

.kohar-about-cta p {
    margin: 0 0 15px 0;
    font-size: 1.1rem;
    color: #ecf0f1;
}

.kohar-about-cta strong {
    color: #ecf0f1;
}

/* Адаптивность */
@media (max-width: 992px) {
    .kohar-about-services {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .kohar-about-branches {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .kohar-about-section {
        padding: 40px 15px;
    }
    
    .kohar-about-content {
        padding: 30px 20px;
    }
    
    .kohar-about-title {
        font-size: 2.2rem;
    }
    
    .kohar-about-subtitle {
        font-size: 1.1rem;
    }
    
    .kohar-about-text h2 {
        font-size: 1.5rem;
    }
    
    .kohar-about-service {
        padding: 20px;
    }
    
    .kohar-about-advantage {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }
    
    .kohar-about-advantage-number {
        min-width: auto;
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .kohar-about-title {
        font-size: 1.8rem;
    }
    
    .kohar-about-content {
        padding: 20px 15px;
    }
    
    .kohar-about-cta {
        padding: 20px;
    }
}
/* Основной контейнер */
.nit-catalog-wrapper {
    max-width: 1000px; /* Ширина списка */
    margin: 0 auto;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; /* Современный шрифт */
    box-sizing: border-box;
}

/* Карточка товара */
.nit-product-card {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border: 1px solid #e1e4e8;
    border-radius: 8px; /* Скругление углов */
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04); /* Легкая тень */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nit-product-card:hover {
    transform: translateY(-3px); /* Эффект "поднятия" при наведении */
    box-shadow: 0 8px 16px rgba(0,0,0,0.08);
    border-color: #cdd2d9;
}

/* Левая секция (Инфо) */
.nit-info-section {
    flex: 1;
    padding-right: 30px;
}

.nit-info-section h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
}

/* Ссылка заголовка */
.nit-product-title {
    color: #2c3e50; /* Темный цвет текста */
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.nit-product-title:hover {
    color: #0056b3; /* Цвет при наведении */
    border-color: rgba(0, 86, 179, 0.3);
}

/* Список характеристик */
.nit-specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.nit-spec-label {
    color: #777;
    margin-right: 5px;
}

/* Правая секция (Цена и кнопки) */
.nit-action-section {
    width: 320px; /* Фиксированная ширина для правой части */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; /* Выравнивание по правому краю */
    border-left: 1px solid #f0f0f0;
    padding-left: 25px;
    flex-shrink: 0;
}

/* Блок цены */
.nit-price-block {
    text-align: right;
    margin-bottom: 20px;
}

.nit-price-label {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 4px;
}

.nit-price-value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

/* Текст "под заказ" */
.nit-price-request {
    font-size: 16px;
    color: #555;
}

/* Блок кнопок */
.nit-buttons-row {
    display: flex;
    gap: 10px; /* Расстояние между кнопками */
    width: 100%;
    justify-content: flex-end;
}

/* Общий стиль кнопок */
.nit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    text-align: center;
    line-height: 1.2;
}

/* Кнопка "Подробнее" (прозрачная) */
.nit-btn-outline {
    background-color: transparent;
    border: 1px solid #cbd5e0;
    color: #4a5568;
}

.nit-btn-outline:hover {
    border-color: #a0aec0;
    background-color: #f7fafc;
    color: #2d3748;
}

/* Кнопка "Уточнить" (основная) */
.nit-btn-primary {
    background-color: #206cb9; /* Синий цвет */
    border: 1px solid #206cb9;
    color: #ffffff;
}

.nit-btn-primary:hover {
    background-color: #1a5899;
    border-color: #1a5899;
}

/* --- Адаптивность для мобильных устройств --- */
@media (max-width: 768px) {
    .nit-product-card {
        flex-direction: column;
        padding: 20px;
    }

    .nit-info-section {
        padding-right: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 20px;
    }

    .nit-action-section {
        width: 100%;
        border-left: none;
        padding-left: 0;
        align-items: flex-start; /* Выравнивание влево на мобильных */
    }

    .nit-price-block {
        text-align: left;
        margin-bottom: 15px;
    }

    .nit-buttons-row {
        justify-content: flex-start;
        width: 100%;
    }
    
    .nit-btn {
        flex: 1; /* Кнопки растянутся на всю ширину */
    }
}
/* Делаем ширину адаптивной: 100%, но не больше 1300px */
.product.type-product {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto; /* Центрируем */
    box-sizing: border-box;
}

/* Применяем колонки ТОЛЬКО для экранов шире 768px (планшеты и ПК) */
@media (min-width: 769px) {
    .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: left;
        width: 33%;
        padding-right: 20px; /* Добавил отступ, чтобы текст не прилипал к картинке */
        box-sizing: border-box;
    }

    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        float: right;
        width: 66%; /* Оставляем как было */
        padding-left: 10px;
        box-sizing: border-box;
    }
}

/* На мобильных (меньше 768px) сбрасываем обтекание, чтобы блоки шли друг под другом */
@media (max-width: 768px) {
    .woocommerce #content div.product div.images, 
    .woocommerce div.product div.images,
    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}
/* Контейнер сайдбара */
.nit-sidebar {
    width: 100%;
    max-width: 300px; /* Ширина сайдбара */
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    overflow: hidden; /* Чтобы скругление углов работало для вложенных элементов */
}

/* Общий стиль для ссылок верхнего уровня и заголовков */
.nit-menu-link,
.nit-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    background-color: #fff;
}

/* Ховер эффект для заголовков */
.nit-menu-link:hover,
.nit-menu-header:hover {
    background-color: #f7fafc;
    color: #206cb9; /* Синий цвет при наведении */
}

/* Убираем рамку у последнего элемента, чтобы было красиво */
.nit-sidebar > :last-child,
.nit-sidebar > :last-child .nit-menu-header {
    border-bottom: none;
}

/* --- Подменю (Аккордеон) --- */
.nit-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fcfcfc; /* Чуть сероватый фон для вложенных */
    
    /* Скрываем по умолчанию */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out; /* Плавная анимация */
}

/* Ссылки внутри подменю */
.nit-submenu li a {
    display: block;
    padding: 10px 20px 10px 35px; /* Отступ слева больше */
    font-size: 14px;
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    transition: color 0.2s, padding-left 0.2s;
}

.nit-submenu li:last-child a {
    border-bottom: none;
}

.nit-submenu li a:hover {
    color: #206cb9;
    padding-left: 40px; /* Легкий сдвиг при наведении */
}

/* --- Состояние "Открыто" --- */
.nit-menu-item.nit-open .nit-submenu {
    max-height: 1000px; /* Достаточно большое значение для анимации */
    border-bottom: 1px solid #f0f0f0;
}

.nit-menu-item.nit-open .nit-menu-header {
    color: #206cb9;
    background-color: #f0f7ff; /* Подсветка активного заголовка */
}

/* --- Стрелочка --- */
.nit-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(45deg);
    transition: transform 0.3s ease, border-color 0.3s;
    margin-left: 10px;
}

/* Поворот стрелки при открытии */
.nit-menu-item.nit-open .nit-arrow {
    transform: rotate(225deg); /* Поворот вверх */
    border-color: #206cb9;
}

.nit-menu-header:hover .nit-arrow {
    border-color: #206cb9;
}
.main-navigation ul ul a {
    width: 500px;
}
.main-navigation ul ul { width: 499px;}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #265d82;
    }
}
.main-navigation ul {
    justify-content: flex-end;
    font-size: 19px;
    font-weight: 600;
    color: #4d4d4d;
}
/* Контейнер контактов в баннере */
.hero-contacts-block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background: rgba(255, 255, 255, 0.1); /* Полупрозрачный фон */
    backdrop-filter: blur(5px); /* Эффект размытия (стекло) */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    max-width: 650px; /* Ограничение ширины */
    color: #ffffff;
}

/* Отдельный город */
.hero-city-item {
    flex: 1;
    min-width: 200px;
}

/* Заголовок города */
.hero-city-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #fff; /* Белый цвет */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #206cb9; /* Синяя черта снизу */
    display: inline-block;
    padding-bottom: 3px;
}

/* Строки с данными */
.hero-city-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
}

/* Иконки */
.hero-city-row i {
    color: #4da6ff; /* Светло-синий цвет иконок */
    width: 16px;
    text-align: center;
}

/* Ссылки (телефон, email) */
.hero-city-row a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
    transition: all 0.2s;
}

.hero-city-row a:hover {
    color: #4da6ff;
    border-bottom-color: #4da6ff;
}

/* Вертикальный разделитель */
.hero-divider {
    width: 1px;
    background: rgba(255,255,255,0.3);
    margin: 5px 0;
}

/* Мобильная адаптация */
@media (max-width: 600px) {
    .hero-contacts-block {
        flex-direction: column;
        gap: 20px;
    }
    
    .hero-divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }
}
h1.site-title a {font-size: 60px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
	background: #494949;}
.wowmart-header-middle {background: linear-gradient(45deg, #e1efff, #e9e9e9);}
h1.site-title a, p.site-description {color: #384359;}

@media (max-width: 720px) {h1.site-title a {font-size: 30px;}}
@media screen and (max-width: 992px) {
    .wowmart-tophead .col-lg-auto {
        display:none;
    }
}
	/* Контейнер сетки */
.nit-categories-grid {
    display: grid;
    /* Автоматически умещает 3 или 4 колонки в зависимости от ширины экрана */
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

/* Карточка категории */
.nit-cat-card {
    display: flex;
    align-items: center; /* Центрируем по вертикали */
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

/* Эффект при наведении на карточку */
.nit-cat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    border-color: #206cb9;
}

/* Блок картинки */
.nit-cat-img {
    flex-shrink: 0;
    width: 80px; /* Размер картинки */
    height: 80px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nit-cat-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Чтобы баллон влазил целиком */
}

/* Блок текста */
.nit-cat-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Заголовок категории */
.nit-cat-content h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.nit-cat-content h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.nit-cat-card:hover h3 a {
    color: #206cb9;
}

/* Кнопка "Подробнее" */
.nit-cat-btn {
    display: inline-block;
    font-size: 13px;
    color: #206cb9;
    text-decoration: none;
    font-weight: 600;
    transition: padding-left 0.2s;
}

.nit-cat-btn:hover {
    padding-left: 5px; /* Эффект движения стрелочки */
    text-decoration: none;
}

/* Адаптив для телефонов */
@media (max-width: 576px) {
    .nit-categories-grid {
        grid-template-columns: 1fr; /* Одна колонка на мобильном */
    }
    
    .nit-cat-card {
        padding: 10px;
    }
}
.menu-item-151 {background: #ffffff;
    border-radius: 12px;
    box-shadow: 1px 1px 6px #d0d0d0;
    padding: 1px 11px;}
/* --- СТИЛЬ ВЫПАДАЮЩЕГО МЕНЮ --- */

/* 1. Сам контейнер выпадающего списка */
ul.sub-menu {
    background-color: #ffffff;      /* Чисто белый фон */
    box-shadow: 0 10px 30px rgba(0,0,0,0.12); /* Мягкая современная тень */
    border-radius: 8px;             /* Скругление углов */
    padding: 10px 0;                /* Отступы сверху и снизу */
    border: 1px solid #f0f0f0;      /* Еле заметная рамка */
    min-width: 280px;               /* Минимальная ширина, чтобы текст не ломался */
    list-style: none !important;
}

/* 2. Пункты меню (ссылки) */
ul.sub-menu li a {
    display: block;                 /* Ссылка на всю ширину строки */
    padding: 12px 25px;             /* Комфортные отступы */
    color: #333333;                 /* Темно-серый цвет текста */
    font-size: 14px;                /* Размер шрифта */
    font-weight: 500;               /* Чуть жирнее обычного */
    text-decoration: none;          /* Убираем подчеркивание */
    transition: all 0.2s ease-in-out; /* Плавная анимация */
    border-bottom: 1px solid transparent; /* Заготовка под границу */
    
    /* Пытаемся исправить КАПС (но лучше перепишите названия в админке) */
    /* text-transform: capitalize; */ 
    line-height: 1.4;
}

/* 3. Эффект при наведении */
ul.sub-menu li a:hover {
    background-color: #f4f9ff;      /* Очень светло-голубой фон */
    color: #206cb9;                 /* Ваш фирменный синий цвет */
    padding-left: 32px;             /* Текст немного сдвигается вправо */
    font-weight: 600;
}

/* Добавляем маленькую полоску слева при наведении */
ul.sub-menu li a:hover {
    border-left: 3px solid #206cb9; /* Синяя полоска слева */
    border-radius: 0 4px 4px 0;     /* Скругление справа */
}

/* 4. Убираем лишние отступы у списка, если они есть от темы */
ul.sub-menu li {
    margin: 0 !important;
    padding: 0 !important;
}

/* 5. Разделители (опционально, если список длинный) */
ul.sub-menu li:not(:last-child) a {
    border-bottom: 1px solid #f9f9f9;
}
/* Блок SEO-текста под товарами */
.nit-seo-text-block {
    max-width: 1000px; /* Ограничиваем ширину для удобства чтения */
    margin: 50px auto 30px; /* Отступы: сверху 50px, снизу 30px */
    padding: 0 15px;
    font-family: 'Segoe UI', sans-serif;
    color: #444;
    line-height: 1.6;
}

.nit-seo-text-block h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.nit-seo-text-block h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 30px;
    margin-bottom: 15px;
}

.nit-seo-text-block p {
    margin-bottom: 15px;
    font-size: 16px;
}

.nit-seo-text-block strong {
    color: #206cb9; /* Выделяем ключевые слова вашим синим цветом */
}

/* Список преимуществ */
.nit-seo-list {
    list-style: none; /* Убираем стандартные точки */
    padding-left: 0;
    margin-bottom: 20px;
}

.nit-seo-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 16px;
}

/* Свои красивые маркеры-галочки */
.nit-seo-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    color: #206cb9;
    font-weight: bold;
}

/* Адаптив */
@media (max-width: 768px) {
    .nit-seo-text-block h2 { font-size: 20px; }
    .nit-seo-text-block h3 { font-size: 18px; }
    .nit-seo-text-block p, 
    .nit-seo-list li { font-size: 14px; }
}
/* Общий контейнер */
.nit-partners-wrapper {
    max-width: 1100px;
    margin: 0 auto 50px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Заголовок */
.nit-partners-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 15px;
}

.nit-partners-header h1 {
    font-size: 36px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.nit-lead-text {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

/* Сетка преимуществ */
.nit-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
    padding: 0 15px;
}

.nit-benefit-card {
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.nit-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    border-color: #206cb9;
}

.nit-benefit-icon {
    font-size: 40px;
    color: #206cb9;
    margin-bottom: 20px;
}

.nit-benefit-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #2c3e50;
}

.nit-benefit-card p {
    font-size: 15px;
    color: #666;
    margin: 0;
}

/* Текстовый контент */
.nit-partners-content {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 12px;
    margin: 0 15px 50px;
}

.nit-partners-content h2 {
    font-size: 28px;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 25px;
}

.nit-partners-content h3 {
    font-size: 20px;
    color: #206cb9;
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nit-partners-content p {
    margin-bottom: 15px;
    font-size: 16px;
}

.nit-divider {
    border: 0;
    height: 1px;
    background: #ddd;
    margin: 40px 0;
}

/* Список шагов */
.nit-partners-steps {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
}

.nit-partners-steps li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    font-size: 16px;
}

.nit-partners-steps li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: #206cb9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: 14px;
}

/* CTA блок (синий) */
.nit-cta-block {
    background: linear-gradient(135deg, #206cb9 0%, #1a5899 100%);
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    border-radius: 12px;
    margin: 0 15px;
}

.nit-cta-block h3 {
    font-size: 28px;
    margin: 0 0 10px;
    color: #fff;
}

.nit-cta-block p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.nit-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Кнопки CTA */
.nit-btn-large {
    background: #fff;
    color: #206cb9;
    padding: 15px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: background 0.2s;
}

.nit-btn-large:hover {
    background: #f0f0f0;
    color: #1a5899;
}

.nit-btn-outline-large {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 13px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: background 0.2s;
}

.nit-btn-outline-large:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

/* Адаптив */
@media (max-width: 768px) {
    .nit-partners-header h1 { font-size: 28px; }
    .nit-partners-content { padding: 25px; }
    .nit-cta-buttons { flex-direction: column; }
    .nit-btn-large, .nit-btn-outline-large { width: 100%; text-align: center; box-sizing: border-box; }
}
/* Общий контейнер */
.nit-buyers-wrapper {
    max-width: 1100px;
    margin: 0 auto 50px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #333;
    line-height: 1.6;
    padding: 0 15px;
}

/* Заголовок */
.nit-buyers-header {
    text-align: center;
    margin-bottom: 50px;
}

.nit-buyers-header h1 {
    font-size: 34px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 15px;
}

.nit-lead-text {
    font-size: 17px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.nit-section-title {
    text-align: center;
    font-size: 26px;
    color: #2c3e50;
    margin-bottom: 30px;
}

/* Сетка шагов (1-2-3-4) */
.nit-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}

.nit-step-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    transition: transform 0.3s;
}

.nit-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.nit-step-number {
    font-size: 30px;
    font-weight: 900;
    color: #e3e8ee;
    margin-bottom: 10px;
    line-height: 1;
}

.nit-step-card:hover .nit-step-number {
    color: #206cb9; /* Номер синеет при наведении */
    transition: color 0.3s;
}

.nit-step-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.nit-step-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Колонки Оплата и Доставка */
.nit-info-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.nit-info-col {
    background: #f9fbff;
    padding: 35px;
    border-radius: 12px;
    border-left: 5px solid #206cb9;
}

.nit-col-icon {
    font-size: 32px;
    color: #206cb9;
    margin-bottom: 20px;
}

.nit-info-col h3 {
    margin-top: 0;
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 20px;
}

/* Список с галочками */
.nit-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nit-check-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 15px;
}

.nit-check-list li::before {
    content: '•';
    color: #206cb9;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

/* Блок обмена (Выделенный) */
.nit-exchange-block {
    background: #fff;
    border: 2px dashed #cbd5e0;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 50px;
}

.nit-exchange-content h2 {
    margin-top: 0;
    color: #2c3e50;
    font-size: 24px;
    margin-bottom: 15px;
}

.nit-exchange-rules {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.nit-rule-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
}

.nit-rule-icon {
    flex-shrink: 0;
}

/* Блок безопасности */
.nit-safety-alert {
    background: #fff5f5; /* Светло-красный фон */
    border-left: 5px solid #fc8181;
    padding: 20px 25px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.nit-safety-alert h3 {
    color: #c53030;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 10px;
}

.nit-safety-alert p {
    margin: 0;
    color: #2d3748;
    font-size: 14px;
}

/* CTA внизу */
.nit-cta-simple {
    text-align: center;
    background: #f7fafc;
    padding: 30px;
    border-radius: 12px;
}

.nit-cta-simple p {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

/* Кнопка */
.nit-btn-primary {
    display: inline-block;
    background-color: #206cb9;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    transition: background 0.2s;
}

.nit-btn-primary:hover {
    background-color: #1a5899;
    color: #fff;
    text-decoration: none;
}

/* Адаптив */
@media (max-width: 768px) {
    .nit-info-columns {
        grid-template-columns: 1fr;
    }
    
    .nit-exchange-block {
        padding: 20px;
    }
    
    .nit-buyers-header h1 {
        font-size: 26px;
    }
}
@media (min-width: 992px) {
    .order-lg-3 {
        order: 3 !important;
        display: none;
	}}
.pt-5 {
    padding-top: 0rem !important;
}
.widget {
    margin: 0 0 0em;
}
ul.woo-action-icons {display: none !important;}

/* ===== Фон шапки под меню (хлебные крошки + заголовок) ===== */
.wowmart-wbreadcrump {
    background-image: url('//kohar.by/wp-content/uploads/2026/01/cropped-gazy-fon-scaled-1.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 80px;
    padding: 1rem 0 1.25rem !important;
}
.wowmart-wbreadcrump.kohar-breadcrumb-with-title {
    text-align: left;
    padding: 1rem 0 1.5rem !important;
}
.wowmart-wbreadcrump .woocommerce-breadcrumb,
.wowmart-wbreadcrump .woocommerce-breadcrumb a {
    text-shadow: 0 1px 2px rgba(255,255,255,0.9);
}
.wowmart-wbreadcrump .kohar-archive-title {
    margin: 0.5rem 0 0;
    font-size: 1.75rem;
    text-shadow: 0 1px 2px rgba(255,255,255,0.9);
    color: inherit;
}
/* Убрать дублирующий заголовок из основного контента */
.woocommerce .site-main > .page-title {
    display: none !important;
}

/* ===== Каталог: карточка как на фото 2 — слева данные, справа цена и кнопки ===== */
.woocommerce .site-main ul.products,
.bstylelist .woocommerce ul.products,
.woocommerce-page ul.products {
    display: block !important;
    flex-flow: none !important;
}
.woocommerce ul.products li.product-card-list,
.woocommerce-page ul.products li.product-card-list {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem;
    text-align: left !important;
    display: block !important;
}
/* Карточка: синие тона, эффект стекла (glass) + анимация */
.woocommerce ul.products li.product-card-list {
    background: linear-gradient(135deg, rgba(255,255,255,0.85) 0%, rgba(248,250,255,0.9) 100%) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(33, 115, 190, 0.2) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(33, 115, 190, 0.08), inset 0 1px 0 rgba(255,255,255,0.6) !important;
    transition: box-shadow 0.35s ease, transform 0.3s ease, border-color 0.3s ease, background 0.3s ease !important;
}
.woocommerce ul.products li.product-card-list:hover {
    box-shadow: 0 12px 36px rgba(33, 115, 190, 0.15), inset 0 1px 0 rgba(255,255,255,0.7) !important;
    border-color: rgba(33, 115, 190, 0.35) !important;
    transform: translateY(-3px) !important;
    background: linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(248,252,255,0.95) 100%) !important;
}
/* Внутри карточки — строго в ряд: слева блок, справа блок */
.woocommerce ul.products li.product-card-list .wowmart-poroduct.style-list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 2rem !important;
    padding: 1.25rem 1.5rem !important;
    min-height: 120px !important;
    text-align: left !important;
}
/* Левый блок — название + характеристики, выравнивание по левому краю */
.woocommerce ul.products li.product-card-list .product-list-left {
    flex: 1 1 60% !important;
    min-width: 0 !important;
    text-align: left !important;
    max-width: 70% !important;
}
.woocommerce ul.products li.product-card-list .product-list-left .product-list-title {
    margin: 0 0 0.5rem !important;
    font-size: 1.125rem !important;
    line-height: 1.35 !important;
    text-align: left !important;
}
.woocommerce ul.products li.product-card-list .product-list-left .product-list-title a {
    color: #1a5a9e !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}
.woocommerce ul.products li.product-card-list .product-list-left .product-list-title a:hover {
    text-decoration: underline !important;
    color: #0d3d6b !important;
}
/* Обёртка таблицы */
.woocommerce ul.products li.product-card-list .product-list-specs-wrap {
    margin-top: 0.5rem !important;
    text-align: left !important;
}
.woocommerce ul.products li.product-card-list .kohar-table-wrap {
    overflow-x: auto !important;
}
/* Любая таблица в карточке — явно как таблица, без переноса в блоки */
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table,
.woocommerce ul.products li.product-card-list .kohar-table-wrap table {
    display: table !important;
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    font-size: 0.875rem !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    table-layout: auto !important;
}
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table tbody,
.woocommerce ul.products li.product-card-list .kohar-table-wrap table tbody {
    display: table-row-group !important;
}
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table tr,
.woocommerce ul.products li.product-card-list .kohar-table-wrap table tr {
    display: table-row !important;
}
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table td,
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table th,
.woocommerce ul.products li.product-card-list .kohar-table-wrap table td,
.woocommerce ul.products li.product-card-list .kohar-table-wrap table th {
    display: table-cell !important;
    padding: 0.35rem 0.6rem !important;
    vertical-align: middle !important;
    line-height: 1.4 !important;
    text-align: left !important;
}
/* Зебра: чередование фона строк (синие тона) */
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table.kohar-specs-zebra tbody tr:nth-child(odd),
.woocommerce ul.products li.product-card-list .kohar-table-wrap table tbody tr:nth-child(odd) {
    background: rgba(33, 115, 190, 0.06) !important;
}
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table.kohar-specs-zebra tbody tr:nth-child(even),
.woocommerce ul.products li.product-card-list .kohar-table-wrap table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.5) !important;
}
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table.kohar-specs-zebra tbody tr:hover,
.woocommerce ul.products li.product-card-list .kohar-table-wrap table tbody tr:hover {
    background: rgba(33, 115, 190, 0.1) !important;
}
/* Название характеристики — не переносить */
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table .spec-name {
    width: 1% !important;
    white-space: nowrap !important;
    color: #2c5282 !important;
    font-weight: 600 !important;
    padding-right: 0.75rem !important;
}
.woocommerce ul.products li.product-card-list .product-list-specs-wrap table .spec-value {
    color: #1a365d !important;
    white-space: normal !important;
    word-break: break-word !important;
}
/* Лёгкая анимация появления строк */
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr {
    animation: koharSpecRowIn 0.35s ease backwards;
}
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr:nth-child(1) { animation-delay: 0.02s; }
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr:nth-child(2) { animation-delay: 0.05s; }
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr:nth-child(3) { animation-delay: 0.08s; }
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr:nth-child(4) { animation-delay: 0.11s; }
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr:nth-child(5) { animation-delay: 0.14s; }
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr:nth-child(6) { animation-delay: 0.17s; }
.woocommerce ul.products li.product-card-list .product-list-specs-table tbody tr:nth-child(7) { animation-delay: 0.2s; }
@keyframes koharSpecRowIn {
    from { opacity: 0; transform: translateX(-8px); }
    to { opacity: 1; transform: translateX(0); }
}
/* Правый блок — цена и кнопки строго справа */
.woocommerce ul.products li.product-card-list .product-list-right {
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 0.75rem !important;
    text-align: right !important;
}
.woocommerce ul.products li.product-card-list .product-list-price-block {
    text-align: right !important;
}
.woocommerce ul.products li.product-card-list .product-list-price-block .price-label {
    font-size: 0.875rem !important;
    color: #555 !important;
}
.woocommerce ul.products li.product-card-list .product-list-price-block .product-list-price {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    margin: 0.15rem 0 0 !important;
}
.woocommerce ul.products li.product-card-list .product-list-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    width: 100% !important;
    max-width: 200px !important;
    align-self: flex-end !important;
}
.woocommerce ul.products li.product-card-list .product-list-btn-details {
    background: rgba(255,255,255,0.9) !important;
    border: 1px solid rgba(33, 115, 190, 0.5) !important;
    color: #1a5a9e !important;
    text-align: center !important;
    border-radius: 8px !important;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease !important;
}
.woocommerce ul.products li.product-card-list .product-list-btn-details:hover {
    background: #1a5a9e !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(26, 90, 158, 0.3) !important;
}
.woocommerce ul.products li.product-card-list .product-list-price-block .price-label {
    color: #2c5282 !important;
}
.woocommerce ul.products li.product-card-list .product-list-price-block .product-list-price {
    color: #1a5a9e !important;
}
@media (max-width: 768px) {
    .woocommerce ul.products li.product-card-list .wowmart-poroduct.style-list {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .woocommerce ul.products li.product-card-list .product-list-left {
        max-width: none !important;
    }
    .woocommerce ul.products li.product-card-list .product-list-right {
        align-items: stretch !important;
    }
    .woocommerce ul.products li.product-card-list .product-list-buttons {
        max-width: none !important;
    }
}

/* --- Мобильное меню: стрелки и понятное раскрытие подменю --- */
@media (max-width: 991px) {
    /* Стрелка у пунктов с подменю */
    #wsm-menu-ul .menu-item-has-children > a,
    #wsm-menu-ul .page_item_has_children > a {
        padding-right: 44px !important;
        position: relative;
    }
    #wsm-menu-ul .menu-item-has-children > a::after,
    #wsm-menu-ul .page_item_has_children > a::after {
        content: '';
        position: absolute;
        right: 28px;
        top: 50%;
        width: 10px;
        height: 10px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: translateY(-60%) rotate(45deg);
        transition: transform 0.25s ease;
        pointer-events: none;
    }
    /* Стрелка повёрнута вниз при раскрытии */
    #wsm-menu-ul .menu-item-has-children.clicked > a::after,
    #wsm-menu-ul .page_item_has_children.clicked > a::after {
        transform: translateY(-40%) rotate(-135deg);
    }
    /* Подменю скрыто по умолчанию, видно при .clicked */
    #wsm-menu-ul .sub-menu,
    #wsm-menu-ul .children {
        max-height: 0 !important;
        overflow: hidden !important;
        visibility: hidden !important;
        opacity: 0;
        transition: max-height 0.3s ease, opacity 0.2s ease;
    }
    #wsm-menu-ul .menu-item-has-children.clicked > .sub-menu,
    #wsm-menu-ul .menu-item-has-children.focus > .sub-menu,
    #wsm-menu-ul .page_item_has_children.clicked > .children,
    #wsm-menu-ul .page_item_has_children.focus > .children {
        max-height: 1000px !important;
        visibility: visible !important;
        opacity: 1;
    }
    /* Визуальное отличие подпунктов (отступ слева) */
    #wsm-menu-ul .sub-menu a,
    #wsm-menu-ul .children a {
        padding-left: 36px !important;
    }
}
/* ==========================================================
   СТИЛИ ДЛЯ CONTACT FORM 7 "ПОД СТЕКЛО" (GLASSMORPHISM)
   ========================================================== */

/* 1. Главный контейнер формы */
.wpcf7-form {
    background: rgba(255, 255, 255, 0.35); /* Полупрозрачный белый фон */
    backdrop-filter: blur(15px); /* Эффект размытия фона (стекло) */
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.6); /* Легкая белая рамка */
    border-radius: 24px; /* Закругленные углы */
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 30, 80, 0.08); /* Мягкая синяя тень */
    max-width: 450px; /* Ширина формы */
    margin: 0 auto;
    font-family: 'Segoe UI', Roboto, sans-serif;
    box-sizing: border-box;
}

/* Убираем лишние отступы у параграфов, которые CF7 добавляет автоматически */
.wpcf7-form p {
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
}

/* Убираем тег <br>, который ломает верстку в CF7 */
.wpcf7-form br {
    display: none;
}

/* 2. Поля ввода (Имя, Телефон, Email и т.д.) */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    background: rgb(231 231 231 / 60%); /* Чуть более плотный фон для читаемости */
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 16px;
    color: #1e3a8a; /* Темно-синий текст как в дизайне сайта */
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.02); /* Легкая внутренняя тень */
}

/* Цвет плейсхолдера (подсказки в поле) */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #64748b;
}

/* Эффект при клике на поле (фокус) */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
    background: rgba(255, 255, 255, 0.95);
    border-color: #2563eb; /* Подсветка синим цветом */
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15); /* Мягкое свечение */
}

/* 3. Кнопка "Отправить" */
.wpcf7-form .wpcf7-submit {
    width: 100%;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); /* Фирменный градиент */
    color: #fff;
    border: none;
    padding: 18px 20px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);
    transition: all 0.3s ease;
    margin-top: 10px;
}

/* Эффект при наведении на кнопку */
.wpcf7-form .wpcf7-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(37, 99, 235, 0.45);
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
}

/* 4. Системные уведомления CF7 (Ошибки, Успех) */
.wpcf7-form .wpcf7-response-output {
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,0.8) !important;
    margin: 20px 0 0 0 !important;
    padding: 15px !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(5px);
    font-size: 14px;
    color: #1e3a8a;
    font-weight: 600;
    text-align: center;
}

/* Подсказки под полями (если поле не заполнено) */
.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 13px;
    color: #ef4444; /* Красный цвет ошибки */
    margin-top: 8px;
    display: block;
    font-weight: 500;
}

/* Спиннер (иконка загрузки) */
.wpcf7-spinner {
    background-color: #2563eb !important;
    margin-top: 15px;
}
.py-3 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}
.wowmart-main-nav ul li a {
    padding: 10px 12px;
    color: #000;
    border-right: 1px solid #ededed;
}