#header .header-nav-main nav > ul > li > a {
    text-transform: uppercase !important;
}

.w-fc {
    width: fit-content;
}

.bg-custom-light {
    background: #f3f6f6 !important;
}

.homePopupClose {
    top: -15px;
    right: -15px;
}

ul.nav-list li > a.active {
    color: var(--primary);
}

.header-social-icons.social-icons li a {
    width: 34px;
    height: 34px;
    margin-right: 6px;
}

.header-social-icons.social-icons li.icon a {
    line-height: 35px;
    background-color: #dde2ea;
    border-radius: 50%;
    text-align: center;
}

.header-social-icons.social-icons li.icon a i {
    font-size: 15px;
}

.li-col2 {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.header-top .header-top-button-make-as-appoitment {
    width: 65px !important;
}

@media (min-width: 767px) {
    .header-top .header-top-button-make-as-appoitment {
        width: 80px !important;
    }
}

@media (max-width: 600px) {
    .li-col2 {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

/* cookie */
#cookie-banner {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    background: #333;
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

#accept-cookies {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 13px;
}

#cookie-banner p {
    font-size: 12px;
    margin: 0;
    color: #fff;
}

#cookie-banner a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 500px) {
    #cookie-banner {
        flex-direction: column;
    }
}

/* cookie ### */
