.navbar-brand a.brand-logo {
    text-decoration: none !important;    /* removes underline */
}

div.eshop-cart-items {
  color:white;
}

#eshop-cart svg {
  fill:#ffffff !important;
}

#eshop-cart > div.eshop-cart-items {
  color:white;
}

.img-thumbnail {border:none;}

.fp-features {
    padding: 2rem 0;
}

.features-row {
    display: flex;
    flex-wrap: wrap;      /* CRITICAL: allows wrapping */
    margin-left: -15px;
    margin-right: -15px;
}

/* Desktop default: three columns */
.feature-box {
    padding: 15px;
    box-sizing: border-box;
    flex: 1 1 33.333%;    /* allows shrinking and wrapping */
    max-width: 33.333%;
}

.feature-inner {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.feature-inner:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.features-logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.feature-inner a {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* Tablet: two columns */
@media (max-width: 900px) {
    .feature-box {
        flex: 1 1 50%;
        max-width: 50%;
    }
}

/* Mobile: one column (the important part) */
@media (max-width: 600px) {
    .feature-box {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

div#maximenuck134 .maximenumobiletogglericonck {
background: #1A2C5B !important;
color: white !important;
height: 40px !important;
}

div#maximenuck134 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck134 ul.maximenuck li.maximenuck.level1.active {
  background: #1A2C5B !important;
  }

.card {
  border:none;
}

input.form-check-input {
      width: 22px;
    height: 22px;
    border: 2px solid #333;
    background-color: #fff;
    cursor: pointer;
}

.privacy {
    padding: 6px 10px;
    background: #fff8c4; /* pale yellow highlight */
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
}