.landing-widgets-divs:after {
    content: ' ';
    clear: both;
    float: none;
    display: block;
    margin-bottom: 30px;
}

.location-delivery-options {
    background: #b42a26;
    font-family: "DinPro Condensed Black",sans-serif;
    color: #fff;
    font-size: 32px;
    padding: 10px 25px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    max-width: 95%;
}

.location-delivery-options.location-delivery-options .location-delivery-options__mob-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (min-width: 768px) {
    .loc-promos-mobile.--only-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .location-delivery-options.location-delivery-options {
        padding: 10px 0;
    }

    .location-delivery-options.location-delivery-options .location-delivery-options__mob-list > a {
        width: unset;
        margin: 10px;
    }
}

.location-delivery-options > div:first-child {
    width: 132px;
}

.location-delivery-options > div:last-child {
    width: calc(100% - 142px);
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.location-delivery-options > div:last-child > a {
    width: 230px;
    height: 36px;
    margin: 10px 20px;
    text-decoration: none !important;
    background-size: contain !important;
}

.location-delivery-amazon {
    background: url(/assets/files/Delivery-Amazon.png) center no-repeat;
}

.location-delivery-doordash {
    background: url(/assets/files/Delivery-Doordash.png) center no-repeat;
}

.location-delivery-grubhub {
    background: url(/assets/files/Delivery-GrubHub.png) center no-repeat;
}

.location-delivery-ubereats {
    background: url(/assets/files/Delivery-UberEats.png) center no-repeat;
}

.location-delivery-postmates {
    background: url(/assets/files/Delivery-Postmates.png) center no-repeat;
}

.location-delivery-other {
    background: url(/assets/files/Delivery-MOOYAH.png) -17px 3px no-repeat;
    padding-left: 70px;
    font-size: 25px;
}

.location-delivery-other--logo-only {
    background-size: contain !important;
    background-position: center !important;
}

.location-delivery-other--with-logo {
    background-position: top left !important;
}

@media (max-width: 767px) {
    .location-delivery-options {
        display: block;
        max-width: 100% !important;
    }   

    .location-delivery-options > div {
        width: 100% !important;
        text-align: center;
        margin: 0 !important;
    }

    .location-delivery-options > div:last-child > a {
        width: 200px;
        height: 30px;
        font-size: 20px !important;
    }

    .location-delivery-other {
        padding-left: 20px !important;
    }
}