/* ============================================================
   master-error-404.css
   NOTE: Shared utility classes + header/footer/body CSS have
   been moved to common.css. Include common.css BEFORE this file:
     <link rel="stylesheet" href="common.css">
     <link rel="stylesheet" href="master-error-404.css">
   ============================================================ */

:root {
    --theme: #121212;
}
:root .dark {
    --border: #252525;
}
.section-title {
    font-size: 60px;
    margin-top: -17px;
}
@media only screen and (max-width: 1919px) {
    .section-title {
        font-size: 60px;
        margin-top: -17px;
    }
}
@media only screen and (max-width: 1399px) {
    .section-title {
        font-size: 55px;
        margin-top: -15px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-title {
        font-size: 44px;
        margin-top: -12px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 40px;
        margin-top: -11px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 35px;
        margin-top: 0;
    }
}
@media (max-width: 575px) {
    .section-title {
        font-size: 30px;
        margin-top: 0;
    }
}
.section-title.large {
    font-size: 100px;
}
@media only screen and (max-width: 1919px) {
    .section-title.large {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1399px) {
    .section-title.large {
        font-size: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-title.large {
        font-size: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title.large {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title.large {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    .section-title.large {
        font-size: 36px;
    }
}
.section-spacing {
    padding-top: 150px;
    padding-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.section-spacing-top {
    padding-top: 150px;
}
@media only screen and (max-width: 1199px) {
    .section-spacing-top {
        padding-top: 60px;
    }
}
.section-spacing-bottom {
    padding-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
    .section-spacing-bottom {
        padding-bottom: 60px;
    }
}
.wc-btn-primary {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 30px 0 30px;
    padding: 22px 38px;
}
@media (min-width: 1800px) {
    .container.large {
        max-width: 1750px;
    }
}
.error-area {
    height: 100vh;
    padding-top: 70px;
    display: flex;
    align-items: center;
}
.error-area .section-title {
    margin-top: 0;
}
.error-area .section-content {
    text-align: center;
    position: relative;
}
.error-area .section-content .shape-1 {
    position: absolute;
    top: calc(100% + 13px);
    inset-inline-start: 110px;
}
@media only screen and (max-width: 767px) {
    .error-area .section-content .shape-1 {
        display: none;
    }
}
.error-area .section-content .error-shape img {
    max-width: 464px;
}
@media only screen and (max-width: 1399px) {
    .error-area .section-content .error-shape img {
        max-width: 364px;
    }
}
@media only screen and (max-width: 1199px) {
    .error-area .section-content .error-shape img {
        max-width: 264px;
    }
}
@media only screen and (max-width: 767px) {
    .error-area .section-content .error-shape img {
        max-width: 200px;
    }
}
.error-area .section-content .text {
    max-width: 340px;
    margin-inline: auto;
}
.error-area .section-content .section-title-wrapper {
    margin-top: 42px;
}
@media only screen and (max-width: 1399px) {
    .error-area .section-content .section-title-wrapper {
        margin-top: 32px;
    }
}
.error-area .section-content .text-wrapper {
    margin-top: 16px;
}
.error-area .section-content .btn-wrapper {
    margin-top: 43px;
}
@media only screen and (max-width: 1399px) {
    .error-area .section-content .btn-wrapper {
        margin-top: 33px;
    }
}
