@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

.uct-product-list .product-item_body .title {
    text-transform: uppercase !important;
}

@media screen and (max-width: 768px) {
    .cookie-disclaimer_content {
        text-align: center;
    }

    .cookie-disclaimer_content #btnCookieDisclaimer {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    .footer-contact {
        padding-bottom: 100px !important; 
    }

    .sidenav-wrapper {
        min-width: 40%;
        max-width: 80% !important;
        width: 100% !important;
    }

    .sidenav-wrapper .dropdown-item {
        white-space: normal !important;
        text-align: left !important;
    }
}