    /* ERROR
   ========================================================================== */
    
    html,
    body {
        height: 100vh;
    }
    
    body {
        margin: 0;
        padding: 0;
    }
    
    #error {
        margin: 0 auto;
        padding: 20px;
        max-width: 100%;
    }
    
    
    h1 {
        margin: 0 0 20px 0;
    }
    
    .search label {
        display: none
    }
    
    .resiliente-bottom .social a {
        background: var(--gray);
    }
    
    .resiliente-bottom .social a {
        display: block;
        width: 26px;
        text-align: center;
        color: var(--ice);
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        padding: 0;
        margin: 5px 0;
    }
    
    .sorry-icon {
        font-size: 80px;
        color: var(--light-gray);
    }
    
    .error-message {
        font-size: 20px;
    }
    
    .search-error-search {
        display: flex;
        justify-content: center;
    }
    
    .search-error-search {
        position: relative;
    }

    .search-error-search .lupa{
        position: relative;
        left: 30px;
    }
    
    .search-error-search .search .search-query {
        min-width: 100%;
        padding-right: 160px;
        border: 1px solid #000;
        padding-left: 45px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 30px 0;
    }
    
    .search-error-search .search .btn {
        transform: translateX(-100%) skewX(-10deg);
        -webkit-transform: translateX(-100%) skewX(-10deg);
        -moz-transform: translateX(-100%) skewX(-10deg);
        -ms-transform: translateX(-100%) skewX(-10deg);
        -o-transform: translateX(-100%) skewX(-10deg);
        margin-left: -15px;
    }
    
    .ops-sorry {
        font-size: 48px;
        font-weight: bold;
        padding: 15px;
    }
    
    @media (min-width: 768px) {
        #error {
            padding-top: 32vh;
            max-width: 400px;
        }
    }
    
    @media all and (max-width: 991px) {
        .offCanvas,
        .offCanvas.showoffcanvas {
            height: calc(100vh - 100px) !important;
        }
        .mobile-footer-items #offcanvas_button {
            border-bottom: 5px solid transparent;
            display: block;
            padding: 0.5rem;
        }
    }

    
.error-page{
    margin: 100px 0;
}

.error-search .search{
    width: 80%;
}

.error-search .search input{
    height: 70px;
}

.error-message{
    font-family: 'Cera';
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5
}

.error-back a{
    font-family: 'Cera';
    font-weight: 400; 
    text-transform: initial;
}

.error-page main {
	margin-top: 50px;
}