header {
    background-color: #ffffff;
}

.ANT {
    background-color: #81573F;
    color: #fff;
    font-size: 35px;
}
@media (max-width: 991.98px) {
    .ANT {
        font-size: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ANT {
        padding: 20px;
    }
}
@media (max-width: 575.98px) {
    .ANT {
        font-size: 20px;
    }
}

.announcement-bar {
    text-align: center;
}

.announcement-bar .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.announcement-bar .col-12 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.announcement-bar p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}



header .open-menu .RTS {
    display: block !important;
}

span, h1, h2, h3 {
    -webkit-user-select: none;
    user-select: none;
}

@font-face {
    font-family: 'RixToyStory_Pro';
    src: url("../fonts/RixToyStory_Pro.otf");
}

.RTS {
    font-family: 'RixToyStory_Pro';
}

/* Primary Text */
.text-primary {
    opacity: 1;
    color: #81573F !important;
}

.fz-35 {
    font-size: 35px !important;
}

@media (max-width: 575.98px) {
    .fz-35 {
        font-size: 22px !important;
    }
}

header .higher_max_width {
    max-width: 1351px;
}

header .fz-55 {
    font-size: 55px !important;
}

@media (max-width: 575.98px) {
    header .fz-55 {
        font-size: 40px !important;
    }
}

@media (max-width: 575.98px) {
    header .logo-image {
        width: 130px;
        margin-top: 50px;
    }
}

@media (max-width: 991.98px) {
    header .open-menu {
        position: absolute;
        top: 120px;
        background-color: #fff;
        left: 0;
        right: 0;
        z-index: 111;
        padding-top: 50px;
    }
}

@media (max-width: 991.98px) and (max-width: 575.98px) {
    header .open-menu {
        top: 100px;
    }
}

@media (max-width: 991.98px) {
    header .open-menu.menu-hide {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    header .open-menu .fz-35 {
        font-size: 25px !important;
    }
}

header .cart-count {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    right: -9px;
    top: -12px;
}

@media (max-width: 991.98px) {
    header .cart-count {
        padding-top: 2.5px;
    }
}

@media (max-width: 575.98px) {
    header .cart-count {
        top: -10px;
        right: -4px;
        width: 20px;
        height: 20px;
        padding-top: 3px;
        font-size: 15px !important;
        line-height: 10px;
    }
}

hr {
    height: 0px !important;
    border: none !important;
    color:  none !important;
    border-top: 2px solid black !important;
    margin: 0px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4) !important;
    opacity: unset;
}

.HERO {
    background-image: url("../img/wave-background-chibiboba.webp");
    background-image: image-set(
            url("../img/wave-background-chibiboba.webp") type("image/webp"),
            url("../img/wave-background-chibiboba.png") type("image/png")
    );
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.HERO .hero-bg-bottom-svg {
    position: absolute;
    bottom: -1px;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.HERO .content .fz-110 {
    font-size: 110px;
}

@media (max-width: 1199.98px) {
    .HERO .content .fz-110 {
        font-size: 90px !important;
    }
}

@media (max-width: 991.98px) {
    .HERO .content .fz-110 {
        font-size: 75px !important;
    }
}

@media (max-width: 767.98px) {
    .HERO .content .fz-110 {
        font-size: 60px !important;
    }
}

@media (max-width: 575.98px) {
    .HERO .content .fz-110 {
        font-size: 30px !important;
    }
}

@media (max-width: 350px) {
    .HERO .content .fz-110 {
        font-size: 20px !important;
    }
}

.HERO .content .fz-50 {
    font-size: 50px !important;
}

@media (max-width: 1199.98px) {
    .HERO .content .fz-50 {
        font-size: 40px !important;
    }
}

@media (max-width: 991.98px) {
    .HERO .content .fz-50 {
        font-size: 35px !important;
    }
}

@media (max-width: 767.98px) {
    .HERO .content .fz-50 {
        font-size: 28px !important;
    }
}

@media (max-width: 575.98px) {
    .HERO .content .fz-50 {
        font-size: 17px !important;
    }
}

@media (max-width: 380px) {
    .HERO .content .fz-50 {
        font-size: 14px !important;
    }
}

@media (max-width: 350px) {
    .HERO .content .fz-50 {
        font-size: 10px !important;
    }
}



/*Main */

/* Footer */
footer .top-footer {
    background-color: #B48468;
    padding: 70px 0;
}

@media (max-width: 575.98px) {
    footer .top-footer {
        background-position: 35%;
        padding: 15px 0 0;
    }
}

footer .fz-45 {
    font-size: 45px !important;
}

@media (max-width: 991.98px) {
    footer .fz-45 {
        font-size: 25px !important;
    }
}

@media (max-width: 575.98px) {
    footer .fz-45 {
        font-size: 22px !important;
    }
}

footer .fz-40 {
    font-size: 40px !important;
}

@media (max-width: 991.98px) {
    footer .fz-40 {
        font-size: 25px !important;
    }
}

@media (max-width: 575.98px) {
    footer .fz-40 {
        font-size: 22px !important;
    }
}

@media (max-width: 991.98px) {
    footer .lh-50,
    footer .lh-66 {
        line-height: 44px !important;
    }
}

@media (max-width: 575.98px) {
    footer .lh-50,
    footer .lh-66 {
        line-height: 32px !important;
    }
}

@media (max-width: 991.98px) {
    footer svg {
        width: 30px;
    }
}

@media (max-width: 991.98px) {
    footer svg.yt {
        width: 50px;
    }
}

footer .bottom-bar {
    background-color: #D5B5A0;
    color: #A6775A;
}

@media (max-width: 575.98px) {
    footer .bottom-bar .lh-30 {
        line-height: 22px !important;
    }
}

@media (max-width: 991.98px) {
    footer .bottom-bar .fz-35 {
        font-size: 28px !important;
    }
}

@media (max-width: 575.98px) {
    footer .bottom-bar .fz-35 {
        font-size: 18px !important;
    }
}

footer .bottom-bar .fz-30 {
    font-size: 30px !important;
}

@media (max-width: 991.98px) {
    footer .bottom-bar .fz-30 {
        font-size: 22px !important;
    }
}

@media (max-width: 575.98px) {
    footer .bottom-bar .fz-30 {
        font-size: 16px !important;
    }
}

#adres a {
    color: white;
}

/* Active menu highlight */
.active-link {
    font-weight: bold;
    text-decoration: underline;
}

/* Theme button */
.theme-btn {
    background-color: #81573F;
    border-color: #81573F;
}

.theme-btn:hover {
    background-color: #6b4633;
    border-color: #6b4633;
}

/* Social icons */
.social-icons-body i {
    transition: transform 0.3s ease;
}

.social-icons-body i:hover {
    transform: scale(1.1);
}

/* Transport tabs */
.transport-tabs .nav-link {
    color: #81573F;
    font-weight: 500;
    border: none;
}

.transport-tabs .nav-link.active {
    color: #d47a5a;
}

.transport-tabs .nav-link::after {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background: #d47a5a;
    margin: 0 auto;
    transition: width 0.3s ease;
}

.transport-tabs .nav-link.active::after {
    width: 50%;
}

/* Transition for tab content */
.tab-transition {
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Openingsuren clock */
.opening-hours i {
    color: #81573F;
}

/* General spacing */
h2, h3 {
    font-weight: bold;
}




