:root {
    --silvis-accent: var(--site-brand-primary, #1f8c46);
    --silvis-accent-strong: var(--site-brand-strong, #166534);
    --silvis-ink: #000000;
    --silvis-ink-soft: #333333;
}

.single-block.filtru-1 .sidebar-title,
.single-block.filtru-2 .sidebar-title,
.single-block.filtru-3 .sidebar-title,
.single-block.filtru-4 .sidebar-title,
.single-block.filtru-5 .sidebar-title,
.sidebar-title {
    background: var(--silvis-accent);
}

.feature-box .icon,
.single-social a,
.cart-total a,
.sidebar-menu--shop a.active,
a {
    color: var(--silvis-accent);
}

.sticky-header img {
    max-height: 67px;
}

.product-video-badge-box .product-badge.product-badge--service {
    background: var(--silvis-accent);
}

.product-video-badge-box .product-badge.product-badge--service {
    color: #fff;
    border-radius: 4px;
}

.class_type_discount_color_V .btnajaxaddtocart,
.class_type_discount_color_V #ajaxaddtocart {
    background-color: #000;
}

.btnajaxaddtocart {
    border-radius: 0;
}

.btnajaxaddtocart:hover {
    color: #fff;
    text-decoration: underline;
}

.product-card .product-badge-box a,
.product-details-article details summary span,
.product-details-article details summary a {
    color: #fff;
}

.promo-section-heading {
    margin-top: 20px;
}

.promo-section-heading h2,
.price,
.product-card--body a,
.product-details-info a h1,
.site-footer a,
.product-details-info .list-unstyled li .list-value {
    color: var(--silvis-ink);
}

.product-details-info a h1 {
    font-size: 30px;
}

.add-cart-btn .btn {
    border: none;
}

.site-footer {
    margin-top: 20px;
}

ul.main-menu--white > li.menu-item > a:hover {
    color: #ddd;
    text-align: end;
    text-decoration: underline;
}

.product-details-article details p {
    margin: 0;
    padding: 10px 0 0;
}

.product-details-article details table {
    border-color: #ddd !important;
}

.product-details-article details table tr td {
    padding-left: 11px;
}

.product-details-article details summary {
    background: var(--silvis-ink-soft);
    color: #fff;
    font-size: 21px;
    padding-left: 10px;
}

.contact-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

.contact-hero {
    position: relative;
}

.contact-hero img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.contact-hero-title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 14px 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.contact-content {
    padding: 16px;
    font-size: 14px;
    line-height: 1.6;
}

.contact-short {
    margin-bottom: 10px;
    color: #555;
}

.contact-address,
.location-info {
    margin-bottom: 12px;
    color: var(--silvis-ink-soft);
    font-size: 14px;
    line-height: 1.6;
}

.contact-description iframe,
.contact-description img {
    max-width: 100%;
    border-radius: 6px;
}

.contact-description img {
    height: auto;
    margin: 10px 0;
}

.location-box {
    margin-top: 15px;
}

.location-map iframe {
    width: 100%;
    height: 220px;
    border: 0;
    border-radius: 8px;
}

.location-program div {
    margin-bottom: 4px;
}

.location-program .closed,
.location-phone a {
    color: #555;
}

.location-phone {
    margin-top: 8px;
}

.location-phone a {
    text-decoration: none;
}
