.delivery-root-CGL {
}

.delivery-banner-XNM {
}

.delivery-title-hhT {

    /* Medium */
}

.delivery-subtitle-F2A {
    font-size: 0.875rem;
}

.delivery-content-TFQ {
    /* Medium */
}

.delivery-formContainer-i8b{
    /* Medium */
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.delivery-sideContent-jPV {
    width: 100%;
}

.delivery-form-9Bz {
}

.delivery-formErrors-DSE {
    border-color: rgb(var(--venia-global-color-error));
    border-style: solid;
    border-width: 0 0 0 5px;
    padding: 1rem 0 1rem 1rem;
    display: grid;
    grid-column: 1 / span 1;
}

.delivery-loadingContainer-1Vc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(252, 252, 252, 0.75);
}

.delivery-buttonsContainer-mJ6 {

    /* Medium */
}
.delivery-buttonsContainer-mJ6 >button{
    width: 100%;
    border-radius: 6.25rem;
    background:#000;
    border: none;
}
.delivery-buttonsContainer-mJ6 >button:hover{
    background:#000;
}
.delivery-buttonsContainer-mJ6 >button:focus{
    box-shadow: none;
}
.delivery-title-hhT{
    text-align: center!important;
}
@media screen and (max-width: 759px) {
    .delivery-title-hhT{
        font-size: 3.125rem;
    }
}
@media (min-width: 760px) {
    .delivery-title-hhT{
        /* font-family: Plain; */
        font-size: 4.6875rem;
        font-weight: 600;
        text-align:center;
        letter-spacing: -0.09375rem;
        line-height:4.6875rem;
    }
}
.delivery-nameView-qAO{
    display: flex;
    justify-content: space-between;
}
.delivery-nameViewOther-LHs{
    width: 48%;
    display: flex;
    flex-direction: column;
}
.delivery-footerContent-SBh{
    display: flex;
    justify-content: center;
    align-items: center;
}
.delivery-selectView-hjC{
    width: 100%;
    height: 2.5rem;
    border: 2px solid rgba(75, 85, 99, 1);
    border-radius: 5px;
    padding-left: 10px;
}

@media screen and (max-width: 759px) {
    .delivery-contentView-X9t{
        width:90%;
        display: flex;
        justify-content:center;
        flex-direction: column;
        align-items: center;
        margin-top:3.75rem;
    }
}
@media (min-width: 760px) {
    .delivery-contentView-X9t{
        width:45%;
        display: flex;
        justify-content:center;
        flex-direction: column;
        align-items: center;
        margin-top:3.75rem;
    }
}
.delivery-contentViewText-5bD{
    text-align:center;
    color: #000;
    /* font-family: Plain; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    letter-spacing: -0.02rem;
}
.delivery-contentViewText_other-zDm{
    text-align:center;
    color: #696969;
    /* font-family: Plain; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    letter-spacing: -0.02rem;
    margin-top:2.5rem;
}
.delivery-contentViewBtn-yf2{
    display: flex;
    width: 9.4375rem;
    height:2.5rem;
    justify-content: center;
    align-items: center;
    color:#000;
    font-feature-settings: 'clig' off, 'liga' off;
    /* font-family: Plain; */
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4875rem;
    letter-spacing: -0.0175rem;
    border-radius: 6.25rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    margin:1.25rem auto 2.5rem;
}

.cmsBlock-root-x7v {
}

/* TODO @TW: cannot compose */
.cmsBlock-content-QZe h2 {
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
}

/* TODO @TW: cannot compose */
.cmsBlock-content-QZe img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.errorView-root-w4d {
    background: var(--backroundImageUrl);
    /* two column grid because the "hangers" are on the right side of the page */
    /* TODO @TW: review */
    grid-template: 'content .';
}

.errorView-content-LDK {
    grid-area: content;
}

.errorView-header-g2J {
}

.errorView-message-HMD {
    /* add a little space so the button is centered below the message */
}

.errorView-actionsContainer-wkA {
}

@media (max-width: 639px) {
    .errorView-root-w4d {
        background-image: var(--mobileBackgroundImageUrl);
        /* two row grid because the "hangers" are on the top of the page */
        grid-template-rows: 1fr 1fr;
        grid-template-areas:
            '.'
            'content';
    }
}

.column-root-syg {
}

@media only screen and (max-width: 960px) {
    .column-root-syg {
        background-attachment: scroll !important;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .columnLine-root-mGa {
        flex-wrap: wrap;
    }
}

