.items h1 {
    margin: 0;
    font: 35px/40px 'Exo2-BlackItalic';
    color: #000000;
}

.availability--sm {
    display: none;
}

@media screen and (max-width: 1024px) {
    .availability {
        display: none;
    }

    .availability--sm {
        display: block;
    }
}

.td .Item_has, .td .Item_no,
.items .Item_has,
.items .Item_no, 
.availability .Item_has,
.availability .Item_no {
    padding: 0.46rem 0 0.46rem 3.14rem;
    font-size: 1.14286rem;
    position: relative;
    font-weight: 400;
    color: #000;
    font-family: Arial;
}

.items .Item_has,
.td .Item_has,
.availability .Item_has {
    color: #000000;
    display: block;
}

.items .Item_has::before,
.td .Item_has::before,
.availability .Item_has::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url("../images/yas.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.items .Item_no,
.td .Item_no,
.availability .Item_no {
    color: #ff4355;
    display: block;
}

.items .Item_no::before,
.td .Item_no::before,
.availability .Item_no::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url("../images/none.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.items,
.items p {
    padding: 0 0 22px;
    line-height: 22px;
    color: #000000;
}

.items P.wo-indent {
    padding-bottom: 5px;
}

.items .total {
    display: flex;
    align-items: center;
    gap: 2.86rem;
}

.items .total .total_block span {
    color: #000;
    font-size: 2.85714rem;
    font-weight: 700;
    line-height: 3.21429rem;
}

.items .total .order, .td .order {
    float: none;
    height: 4.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.86rem;
    border: 3px #ffc600 solid;
    background-color: transparent;
    
    color: #000;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 1.28571rem;
    font-weight: 700;
    text-transform: uppercase;

    padding: 0 2rem;

    cursor: pointer;
    border-radius: 0 !important;
}

.items .total .order svg {
    flex-shrink: 0;
    width: 1.71429rem;
    height: 1.71429rem;
}

.td .order {
    margin-left: 40px;
}

@media screen and (max-width: 1024px) {
    .items .total {
        gap: 1.71rem;
    }

    .items .total .order, .td .order {
        padding: 0 1.6rem;
        height: 3.543rem;

        font-size: 1rem;
    }

    .items .total .total_block span {
        font-size: 1.71429rem;
        line-height: 3.21429rem;
    }

}

@media all and (max-width: 479px) {

    .td .order {
        margin: 0 auto;
    }
}

.td .order.noexist {
    border: 3px #d2d2d2 solid;
}

.items .total .order:hover, .td .order:hover {
    border-color: #ffde00;
}

.items .total .order:active, .td .order:active {
    border-color: #dbaa00;
}

.items .bespeak {
    display: flex;
    flex-direction: column;
    gap: 0.86rem;
    padding: 0.86rem 0;
}

.items .bespeak A {
    display: block;
    padding: 0.25rem 0;
    color:#004D74;
    font-family: Arial, sans-serif;
    font-size: 1.14286rem;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: 1px;
    text-underline-position: from-font;
    cursor: pointer;
    transition: color 300ms ease;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.items .bespeak A:hover {
    text-decoration: none !important;
}

.items .bespeak .abobe,
.items .bespeak .word {
    padding-left: 2.57rem;
}

.items .bespeak .abobe::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.71429rem;
    height: 1.71429rem;
    background-image: url("../images/icons/pdf.svg");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.items .bespeak .word::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.71429rem;
    height: 1.71429rem;
    background-image: url("../images/icons/word.svg");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.related-items-title {
    padding-top: 40px;
    border-top: 1px #DBDBDB solid;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 1.71429rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

@media all and (max-width: 1024px) {

    .related-items-title {
    }

    .items .bespeak A {
        padding: 0.07rem 0;
        font-size: 1.07143rem;
    }

    .items .bespeak .abobe,
    .items .bespeak .word {
        padding-left: 2.29rem;
    }

    .items .bespeak .abobe::before,
    .items .bespeak .word::before {
        width: 1.42857rem;
        height: 1.42857rem;
    }
}