.MYT .search.rest {
    display: flex;
    justify-content: space-between;
    padding-top: 8em
}

.MYT.p {
    height: 7em
}

.MYT h1 {
    line-height: 1
}

.MYT .print {
    display: flex;
    position: relative;
    top: -10em;
    justify-content: end;
    align-items: center
}

.MYT .printGrp {
    display: flex
}

.MYT .print h4 {
    text-align: center;
    font-size: 1.5em;
    color: #fff
}

.MYT .printGrp a {
    padding: 1em 1.2em
}

.MYT .printGrp h5 {
    text-align: center;
    font-size: .9em;
    line-height: 1.2;
    padding-top: .5em;
    font-weight: 400
}
.productline.sentTik {
    display: none
}

.productline.sentTik.show {
    display: flex
}

.productline > .viewSent {
    cursor: pointer;
    color: #fff;
    background-color: #2f3d4c;
    line-height: 1;
    height: fit-content;
    width: fit-content;
}

.viewSent:hover {
    color: #eaa794;
}

.printS0 {
    fill: #FFFFFF;
    stroke: #020203;
    stroke-width: 2;
    stroke-miterlimit: 10
}

.printS1 {
    fill: none;
    stroke: #7D7E7D;
    stroke-miterlimit: 10
}

.printS2 {
    fill: none;
    stroke: #c6d6e3;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}

.printF0 {
    fill: #FFFFFF;
    stroke: #020203;
    stroke-width: 2;
    stroke-miterlimit: 10
}

.printF1 {
    fill: none;
    stroke: #7D7E7D;
    stroke-miterlimit: 10
}

.printF2 {
    fill: none;
    stroke: #c6d6e3;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}

.MYT-EI-C {
    text-align: center;
    line-height: 1.5
}

.MYT-MCD {
    border-right: 2px solid var(--mid-grey);
    padding-right: 2em
}

.MYT-MCD p {
    text-align: left
}

.MYT-MCD span {
    border-right: 2px solid var(--yellow);
    padding-right: .5em;
    margin-right: .5em;
    font-family: Antonio, sans-serif;
    line-height: 1.5em
}

.MYT-MCD span.title {
    display: inline-block;
    width: 50px
}

.MYT-MCD .ftr {
    text-align: center
}

.cSCard.BMT {
    max-width: 1100px;
    margin: 1em auto
}

.cSCard {
    border: solid 2px #dddee0;
    border-top-color: #2f3d4c;
    border-top-width: 8px;
    border-radius: 10px;
    padding: 0;
    border-spacing: 0
}
.section.black.MYT {
    height: 17em
}

.MYT .signIn {
    justify-content: end;
    margin-right: 4rem;
    margin-bottom: 2rem;
    cursor: pointer
}

.MYT .btn.btn-more {
    font-size: 1em;
    min-width: unset
}

.MYT .signIn h4 {
    margin-bottom: .6em
}

.ylw-box {
    color: #fff;
    background-color: #eaa794;
    border-radius: 2px;
    margin: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 7em;
    height: fit-content
}

.ylw-box:hover {
    color: #000
}

.ylw-box.BM {
    margin-top: 2em;
    width: fit-content;
    text-align: center;
    text-wrap: wrap;
    line-height: 1
}
@media (max-width: 800px) {
    .MYT .productline {
        justify-content: flex-start;
    }
    .MYT .productline.unsent {
        justify-content: center;
    }
    .MYT .productline.head {
        justify-content: space-between;
    }
}