

/* Start:/local/templates/shop_bootstrap/components/bitrix/search.title/shop_search/style.css?1784714601655*/

.title-search-result {
  border: 1px solid #ced4da;
  display: none;
  overflow: hidden;
  z-index: 205;
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
}

.search-title-result-item {
  border-bottom: 1px solid #ddd;
}

.search-title .search-title-result-item:last-child {
  border-bottom: none;
}

.search-title-result-item-link {
  font-size: 16px;
  transition: 170ms linear all;
  color: #000;
  text-decoration:none;
}

.search-title-result-item-price {
  font-size: 16px;
}

.search-title-result-item-current-price {
  font-weight: bold;
}

.search-title-result-item-old-price {
  font-size: 80%;
  text-decoration: line-through;
}
/* End */


/* Start:/local/templates/shop_bootstrap/components/bitrix/catalog.section.list/catalog_dropdown/style.css?17847101891308*/
.catalog-dropdown {
  left: 0;
}

.top_menu_catalog {
  align-items: flex-start;
}

.top_menu_catalog > li {
  box-sizing: border-box;
}

.wrapper_top_menu_link {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.root-menu-img {
  width: 84px;
  height: 84px;
  flex: 0 0 84px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 14px;
  background-color: #f1f3f5;
}

.wrapper_root_menu_title {
  flex: 1 1 auto;
  min-width: 0;
}

.root-menu-title {
  display: inline-block;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
  margin-bottom: 10px;
}

.root-menu-title:hover,
.sub-catalog-menu a:hover,
.nav-link:hover {
  color: var(--bs-success);
}

.sub-catalog-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sub-catalog-menu a {
  color: #212529;
  text-decoration: none;
  font-size: 14px;
}

.catalog-toggle-icon {
  transition: transform .2s ease;
}

.catalog-parent-placeholder {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #dee2e6;
}

.sub-toggle-btn {
  border: 0;
  background: transparent;
}

@media (min-width: 768px) {
  .top_menu_catalog > li {
    border-right: 1px solid #eee;
    padding-right: 16px;
  }

  .top_menu_catalog > li:last-child {
    border-right: 0;
  }
}
/* End */


/* Start:/local/templates/shop_bootstrap/components/bitrix/breadcrumb/bootstrap5/style.css?1782498856310*/
.breadcrumb {
    /* Меняем стандартный слэш на стрелочку */
    --bs-breadcrumb-divider: "→"; 
    /* Немного уменьшаем цвет разделителя, чтобы он не сливался с текстом */
    --bs-breadcrumb-divider-color: #6c757d; 
}

/* End */


/* Start:/local/templates/shop_bootstrap/components/bitrix/menu/bottom_menu_catalog/style.css?1784720436133*/
.navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: default;
}

.navigation .bi-check-lg {
	color:green;
}
/* End */


/* Start:/local/templates/shop_bootstrap/styles.css?17847034304738*/
/* ==========================================================================
   1. БАЗОВАЯ РАЗМЕТКА И ПРИЖАТЫЙ ФУТЕР
   ========================================================================== */
html, body {
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}


/* ==========================================================================
   7. Прокрутка наверх
   ========================================================================== */
#scrollToTopBtn {
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    z-index: 1055;
    display: none;
    align-items: center;
    justify-content: center;
}

#scrollToTopBtn.show {
    display: inline-flex;
}

/* ==========================================================================
   ГЛОБАЛЬНЫЙ ПЕРЕВОД СИНЕГО BOOTSTRAP В ЗЕЛЕНЫЙ ЦВЕТ
   ========================================================================== */

/* 1. Основные кнопки (btn-primary) */
.btn-primary {
    color: #fff !important;
    background-color: #198754 !important; /* Фирменный зеленый Bootstrap 5 */
    border-color: #198754 !important;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #157347 !important; /* Более темный при наведении */
    border-color: #146c43 !important;
}
.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5) !important;
}
.btn-primary:disabled, .btn-primary.disabled {
    background-color: #198754 !important;
    border-color: #198754 !important;
    opacity: 0.65;
}

/* 2. Постраничная навигация (Пагинация / Pagination) */
.page-item.active .page-link {
    background-color: #198754 !important;
    border-color: #198754 !important;
    color: #fff !important;
}
.page-link {
    color: #198754 !important; /* Цвет обычных ссылок-цифр */
}
.page-link:hover {
    color: #157347 !important;
    background-color: #e9ecef !important;
}
.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25) !important;
}

/* 3. Текстовые ссылки и элементы с классом text-primary */
.text-primary {
    color: #198754 !important;
}
a.text-primary:hover {
    color: #157347 !important;
}

/* 4. Бейджи (Badge) */
.bg-primary {
    background-color: #198754 !important;
}


/* Цвет активной страницы — зеленый фон и белый текст */
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
    background: #198754 !important;
    color: #fff !important;
    border-color: #198754 !important;
}

/* Эффект при наведении на остальные страницы (цифры и стрелки) */
.bx-pagination.bx-blue .bx-pagination-container ul li a:hover {
    background: #198754 !important;
    color: #fff !important;
    border-color: #198754 !important;
}

.list-group-item.active {
    background-color: #198754;
}
/* Личный кабинет зеленый */
.sale-personal-section-index-block {
    background-color: #198754;
}
.no-margin {
    margin: 0 !important;
}
.bi-brightness-high, .bi-telephone, .bi-thermometer-sun {
	color:#ffcc00;
	font-size:1.2em;
}
/* Для вывода в разделах текста */
.section-description {
    font-size: 15px;         /* Оптимальный базовый размер для текста описания */
    line-height: 1.6;        /* Обязательно добавьте межстрочный интервал для читаемости */
    color: #333333;          /* Текст должен быть контрастным, не серым на сером */
}

.section-description h1 {
    font-size: 28px;         /* Главный заголовок должен явно выделяться */
    margin-bottom: 20px;
}

.section-description h2 {
    font-size: 22px;         /* Подзаголовки второго уровня */
    margin-top: 25px;
    margin-bottom: 15px;
}

.section-description p {
    margin-bottom: 15px;     /* Отступы между абзацами */
}
.more_a {
	color:#fff;
	text-decoration:none;
}
.more_a:hover {
	color:#000;
	text-decoration:underline;
}

.bx-pagination .bx-pagination-container ul li.bx-active span, div.bx-pagination div.bx-pagination-container ul li.bx-active span {
    color: #fff;
    background-color: #198754;
}
/*
a class="text-dark text-decoration-none черный
a class="text-success text-decoration-none" зеленый
a class="text-success" зеленый
*/
/* End */


/* Start:/local/templates/shop_bootstrap/template_styles.css?17847289121399*/
body {
  font-family: 'Manrope', sans-serif!important;
}


.wrapper_top_menu,
.wrapper-header-top {
  background: #000;
}

.header-bottom {
  background: #2ecc71;
}



.nav-link.text-success,
.link-success,
.icon-box-link {
  color: #2ecc71;
}

.nav-link.text-success:hover,
.link-success:hover,
.icon-box-link:hover {
  color: #7dffab;
}

.top-icon-box i {
  font-size: 18px;
  line-height: 1;
}

.logo.top-logo img,
.navbar-brand img {
  max-height: 100px;
  width: auto;
}

@media (max-width: 991.98px) {
  .logo.top-logo img,
  .navbar-brand img {
    max-height: 60px;
  }
}

@media (max-width: 575.98px) {
  .logo.top-logo img,
  .navbar-brand img {
    max-height: 46px;
  }
}

.offcanvas.bg-black {
  background: #000 !important;
}

.offcanvas .nav-link {
  color: #2ecc71;
}

.offcanvas .nav-link:hover {
  color: #7dffab;
}
.custom-nav-top {
  margin-top: 20px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #198754;
}


.promo-countdown {
    background: #000;
}

.countdown-item {
    min-width: 78px;
    text-align: center;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    background: rgba(255,255,255,.04);
}

.countdown-item span {
    display: block;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
}

.countdown-item small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    opacity: .8;
}
/* End */
/* /local/templates/shop_bootstrap/components/bitrix/search.title/shop_search/style.css?1784714601655 */
/* /local/templates/shop_bootstrap/components/bitrix/catalog.section.list/catalog_dropdown/style.css?17847101891308 */
/* /local/templates/shop_bootstrap/components/bitrix/breadcrumb/bootstrap5/style.css?1782498856310 */
/* /local/templates/shop_bootstrap/components/bitrix/menu/bottom_menu_catalog/style.css?1784720436133 */
/* /local/templates/shop_bootstrap/styles.css?17847034304738 */
/* /local/templates/shop_bootstrap/template_styles.css?17847289121399 */
