#flyier
{
    display: flex;
    flex-direction: column;

    border: 1px solid #0033A1;
    border-radius: 20px;
    border-top: solid 8px #0033A1;
    
    max-width: 860px;
    padding: 20px;
    margin: auto;
    gap: 20px;
}

@media screen and (min-width: 600px) {
    #flyier .flexrow {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media screen and (max-width: 600px) {
    #flyier .flexrow {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

#flyier .boxinfo{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#flyier .flexrow .offer-summary
{
    display: flex;
    font-family: 'Helvetica', sans-serif;
    flex-wrap: wrap;
    gap: 20px;
}

@media screen and (max-width: 400px) {
    #flyier .flexrow .offer-summary {
            display: flex;
            flex-direction: column;
        }
}

#flyier .promocontainer {
    display: flex;
    align-items: center;
    column-gap: 5px;
    max-width: 425px;
}

#flyier .offer-summary .promotitle{
    font-size: 90%;
}

#flyier .offer-summary .infodetail{
    font-weight: bold;
}

#flyier .offer-summary .sole
{
    display: flex;
    align-items: center;
}

#flyier .thin {
    font-weight: 400;
}

#flyier .offer-summary img {
    max-width: 48px;
    margin: 0 6px;
}

#flyier .offer-summary .infodetail {
    margin-top: 0;
}

#flyier .promocta
{
    font-style:normal;
    font-weight:bold;
}

#flyier .promocta div
{
    width: 100%;
}

#flyier .promocta a
{
    width: 100%;
}

@media screen and (min-width: 600px) {
    #flyier .price {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #flyier .price .semi {
        margin: auto;
    }
}

@media screen and (max-width: 600px) {
    #flyier .price {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 5px;
        align-items: center;
    }

    #flyier .promocta {
        width: 100%;
    }
}

#flyier .price .semi .before {
    font-size: 90%;
}

#flyier .price .value {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E50028;
}

#flyier .price .value .units {
    font-weight: 600;
    font-size: 350%;
    line-height: 1;
}

#flyier .price .value .cents {
    font-weight: 600;
    font-size: 130%;
}

#flyier .price .value .sub {
    font-size: 90%;
    text-align: center;
}

.promokey
{
    font-weight: bold;
}

#deactive{
    display: flex;
    flex-direction: column;

    border: 1px solid #0033A1;
    border-radius: 20px;
    border-top: solid 8px #0033A1;
    
    max-width: 860px;
    padding: 20px;
    
    align-content: center;
    margin: auto;
}

#deactive h2{
    margin: 0;
    font-size: 3rem;
}

@media screen and (max-width: 600px) {
    #deactive h2{
        font-size: 2rem;
    }
}

#deactive .wp-block-buttons
{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

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

    .cType{
        order: 1;
    }
}