

/* Start:/local/templates/shop_bootstrap/components/bitrix/main.map/beautiful_map/style.css?17827417401127*/
/* Эффект увеличения карточек каталога */
.sitemap-bootstrap-wrapper .card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.sitemap-bootstrap-wrapper .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1) !important;
}

/* Ссылки */
.sitemap-bootstrap-wrapper .sitemap-root-link:hover {
    text-decoration: underline !important;
}

.sitemap-bootstrap-wrapper .sitemap-child-link {
    font-size: 14px;
    transition: all 0.15s ease-in-out;
}

.sitemap-bootstrap-wrapper .card .sitemap-child-link:hover {
    color: #198754 !important;
    text-decoration: underline !important;
}

/* Стили для нижних статических кнопок-ссылок */
.sitemap-bootstrap-wrapper .sitemap-static-list .btn-outline-secondary {
    background-color: #f8fafc;
    border-color: #e2e8f0;
    padding: 6px 14px;
    border-radius: 20px;
}

.sitemap-bootstrap-wrapper .sitemap-static-list .btn-outline-secondary:hover {
    background-color: #198754;
    border-color: #198754;
    color: #ffffff !important;
}

/* End */
/* /local/templates/shop_bootstrap/components/bitrix/main.map/beautiful_map/style.css?17827417401127 */
