.km-prices p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pdf-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.not-found-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shipping-content .shopping-item, .shipping-content .shipping-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.breadcrumbs {
    max-width: 1228px;
    width: 100%;
    margin: 32px auto 43px;
}

.breadcrumbs a {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #586065;
}

.breadcrumbs a i {
    color: #D9CEAB;
    margin: 0 14px 0 12px;
}

.breadcrumbs a.active {
    font-size: 18px;
    color: #393E41;
}

.breadcrumbs a.active span {
    font-family: GHEAHelveticaGeoBold !important;
}

.breadcrumbs a.active i {
    display: none;
}

@media (max-width: 1272px) {
    .breadcrumbs {
        max-width: 92% !important;
        margin: 24px auto 32px;
    }
}

@media (max-width: 660px) {
    .breadcrumbs a i {
        margin: 0 6px 0 4px;
    }

    .breadcrumbs a {
        font-size: 12px;
    }

    .breadcrumbs a.active {
        font-size: 15px;
    }
}

.result-heading {
    margin: 40px 0 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D9CEAB;
}

.result-heading .search-result-heading {
    max-width: 1228px;
    width: 100%;
    margin: 0 auto;
    font-size: 32px;
    letter-spacing: 0.04em;
    color: #586065;
}

.result-heading .search-result-heading strong {
    color: #393E41;
}

.inner-section .breadcrumbs a span {
    font-size: 32px !important;
}

.inner-section .breadcrumbs a i {
    font-size: 24px !important;
    color: #393E41;
}

.other-page {
    max-width: 1228px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #393E41;
}

.other-page p {
    font-size: 14px;
    margin-bottom: 24px;
    letter-spacing: 0.01em;
    color: #393E41;
}

.other-page > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #586065;
}

.other-page > a > img {
    margin-right: 20px;
}

.shipping-content .shipping-heading {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #393E41;
    margin-bottom: 16px;
}

.shipping-content .shipping-info {
    background: #F4F1E7;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 949px;
}

.shipping-content .shopping-item {
    margin-bottom: 16px;
}

.shipping-content .shopping-item p {
    margin-bottom: 0;
    margin-right: 20px;
}

.shipping-content .shopping-item strong {
    white-space: nowrap;
}

.without-menu {
    margin: 70px auto 32px;
}

.km-prices {
    padding: 13px;
    width: 224px;
    background: #F4F1E6;
    border-radius: 16px;
    margin-bottom: 16px;
}

.km-prices p {
    margin-bottom: 0;
}

.km-prices p span {
    padding: 8px;
}

.km-prices p span:first-child {
    border-right: 1px solid #D9CEAB;
}

.max-content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.privacy-content, .post-page, .post-content {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #393E41;
}

.post-page > img {
    width: 100%;
    max-height: 490px;
    margin-top: 28px;
    margin-bottom: 70px;
}

.privacy-content p, .post-content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #393E41;
}

.post-page .post-images {
    margin-top: 47px;
}

.post-page .post-images {
    display: flex;
}

.privacy-content ul {
    padding-left: 15px;
    margin-bottom: 24px;
}

.privacy-content ul li {
    font-family: GHEAHelveticaGeoBold;
    list-style-type: disc;
}

.privacy-content h3 {
    margin-bottom: 24px;
}

.pdf-item {
    margin-bottom: 32px;
}

.pdf-item a {
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #393E41;
}

.pdf-item a img {
    margin-right: 11px;
}

.pdf-item a span {
    font-family: GHEAHelveticaGeoBold;
    position: relative;
    top: 2px;
}

.pdf-item h3 {
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #586065;
    margin-bottom: 16px;
}

.not-found-page {
    margin-top: 100px;
}

.not-found-page img {
    max-width: 332px;
    margin-bottom: 37px;
}

.not-found-page h3 {
    font-size: 24px;
    letter-spacing: 0.01em;
    color: #393E41;
    margin-bottom: 20px;
}

.not-found-page p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #586065;
}

.not-found-page a {
    width: 292px;
    border: 1px solid #00A676;
    border-radius: 16px;
    padding: 16px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #393E41;
    text-align: center;
    font-family: GHEAHelveticaGeoBold;
    display: block;
    margin-top: 33px;
}

.not-found-page a:hover {
    background: #00A676;
    color: #fff;
}

@media (max-width: 1660px) {
    .not-found-page {
        margin-top: 23px;
    }
}

@media (max-width: 1270px) {
    .result-heading .search-result-heading {
        max-width: 92%;
        font-size: 24px;
    }

    .other-page {
        max-width: 92%;
    }

    .result-heading {
        margin: 25px 0 24px;
        padding-bottom: 12px;
    }

    .inner-section .breadcrumbs a span {
        font-size: 20px !important;
    }

    .inner-section .breadcrumbs a i {
        font-size: 16px !important;
    }

    .inner-section .breadcrumbs {
        margin: 24px 0 32px;
    }

    .not-found-page img {
        max-width: 200px;
    }
}

@media (max-width: 780px) {
    .without-menu {
        margin: 15px auto 32px;
    }

    .shipping-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .shipping-info .mr16 {
        margin-right: 0;
    }

    .shipping-info > div {
        width: 100%;
    }

    .max-content {
        width: 100%;
    }

    .shipping-content .shopping-item p {
        word-break: break-all;
    }
}

@media (max-width: 660px) {
    .tc, .km-prices.max-content {
        text-align: center;
    }

    .km-prices {
        margin: 0 auto 16px;
    }

    .pdf-item h3 {
        font-size: 18px;
    }

    .not-found-page {
        margin-top: 6px;
    }
}
