/*Order Online Page CSS*/
.order-online-single {
    position: relative;
    min-height: 400px;
    margin-top: 74px;
    padding: 0 0 40px;
    background-color: #FCFCFC;
}
.site-content .order-online-single {
    margin-top: 0px;
}
.order-online-para {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}
.form-locality {
    margin-top: 20px;
}
.form-subscribe {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.form-subscribe input {
    height: auto;
    border: none;
    border-radius: 50px !important;
    overflow: hidden;
    padding: 14px 130px 14px 65px;
    box-shadow: 0px 3px 6px #00000029 !important;
    font-weight: 500;
    font-size: 16px !important;
}
.form-subscribe a {
    position: absolute;
    background-color: #FCFCFC;
    border: none;
    border-radius: 50px 0px 0px 50px !important;
    font-size: 15px !important;
    padding: 11px 11px 8px 15px !important;
    font-weight: 600;
    left: 2px;
    top: 2px;
    z-index: 11;
    color: #000;
    border: 1px solid #f9f9f9;
}
.form-subscribe a:hover,
.form-subscribe a:focus,
.form-subscribe a:active {
    color: #000 !important;
    background-color: #FCFCFC !important;
    border: 1px solid #f9f9f9 !important;
    outline: none;
}
.form-subscribe a i {
    font-size: 23px;
}
.oulets-divs {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.top-divs {
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    cursor: pointer;
}
.bottom-oulets-dvs {
    display: flex;
    justify-content: space-between;
}
.icons-dvs i {
    color: #000;
    margin: 0 2px;
    font-size: 20px;
}
.icons-dvs>div i:first-child {
    margin-left: 0px;
}
.icons-dvs>div i:first-child {
    margin-left: 0px;
}
.bottom-oulets-dvs span {
    color: var(--main-bg-color);
    font-weight: 600;
    background: none;
    border: 1px solid var(--main-bg-color);
    padding: 5px 10px;
    display: inline-block;
    border-radius: 24px;
    font-size: 12px;
}
.bottom-oulets-dvs span:hover {
    background-color: var(--main-bg-color);
    color: #fff;
}
.top-divs-right p img {
    height: auto;
    margin-right: 4px;
    width: 100%;
    max-width: 15px;
    margin-top: 5px;
}
.order-online-single .near-me button {
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-bg-color);
    padding: 11px 12px;
    border-radius: 50px !important;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    top: 3px;
    right: 2px;
    z-index: 11;
    text-transform: uppercase;
}
.near-me button img {
    max-width: 21px;
    margin-right: 6px;
}
.download-btn {
    border: 2px solid #fff;
    background: var(--main-bg-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px !important;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
}
.download-btn:hover {
    background: #fff;
    color: var(--main-bg-color);
    border-color: var(--main-bg-color);
}
.recent li {
    margin-right: 10px;
    margin-top: 5px;
}
.recent li:last-child {
    margin-right: 0px;
}
.top-div {
    border-radius: 8px;
    border: 1px solid var(--main-bg-color);
    background-color: #fff;
    padding: 10px 10px;
    text-align: left;
}
.recent ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.city-locator {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}
.city-locator .s-logo {
    overflow: hidden;
    width: 100%;
    max-width: 85px;
    height: 85px;
    border-radius: 5px;
}
.city-locator .s-logo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.city-locator .store-logo {
    width: 100%;
    max-width: 30%;
    padding: 15px 15px;
}
.city-locator .store-discription {
    width: 100%;
    max-width: 70%;
    padding: 15px 15px;
}
.wla_cityselector .container {
    max-width: 1100px;
}
.city-o {
    display: flex;
    flex-wrap: wrap;
}
.city-d {
    width: 100%;
    max-width: 50%;
    font-size: 16px;
}
.city-b {
    width: 100%;
    max-width: 50%;
    text-align: right;
}
.city-b a {
    display: inline-block;
    border: 1px solid var(--main-bg-color);
    border-radius: 50px !important;
    padding: 5px 15px;
    font-size: 14px;
    color: #252525;
}
.city-b a:hover {
    border: 1px solid var(--main-bg-color);
    background-color: var(--main-bg-color);
    color: #fff;
}
.store-discription h5 {
    font-size: 18px;
    font-weight: 600;
}
.city-locator-outer {
    margin-top: 20px;
}
.dow-div {
    margin-bottom: 25px;
}
.download-app-cta {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 15px 0 25px;
}
.download-app-cta-icon {
    max-width: 150px;
}
.lapinoz-outlet {
    background-color: #FCFCFC;
    padding: 25px 0;
}
.cities {
    padding: 20px 0px 0px;
}
.order-online-single {
    padding: 10px 0 25px;
}
.container {
    width: 100%;
}
.upper-heading {
    padding-bottom: 12px;
}
.lapinoz-outlet .common-heading {
    font-size: 24px;
    font-weight: 700;
}
.form-subscribe {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.form-subscribe input {
    height: auto;
    border: none;
    border-radius: 50px !important;
    overflow: hidden;
    padding: 14px 14px 14px 55px;
    box-shadow: 0px 3px 6px #00000029 !important;
    font-weight: 500;
    font-size: 16px !important;
}
.form-subscribe a {
    position: absolute;
    background: none;
    border: none;
    border-radius: 50px 0px 0px 50px !important;
    font-size: 15px !important;
    padding: 0px !important;
    font-weight: 600;
    left: 17px;
    top: 55%;
    transform: translate(0px, -50%);
    z-index: 11;
    color: #000;
    border: none;
}
.form-subscribe a i {
    font-size: 23px;
}
.form-subscribe a:hover,
.form-subscribe a:focus,
.form-subscribe a:active {
    color: #000 !important;
    background-color: #FCFCFC !important;
    outline: none;
}
.tp-top {
    margin-top: 75px;
}
.city-name-outr {
    display: flex;
    margin-bottom: 5px;
}
.city-name-outr .city-name-souter {
    width: 100%;
    max-width: 3.5%;
}
.cities-list-nw {
    margin-top: 2rem;
    overflow: hidden;
    height: auto;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.city-name-outr .cities-list-nw {
    width: 100%;
    max-width: 96.5%;
    padding-bottom: 10px;
}
.cities-list-nw li {
    color: #fff;
    width: auto;
    padding: 0px;
    background: #bbf3dc14;
    border-radius: 0.5em;
    margin: 0.4em 0.3em;
    box-shadow: none !important;
    font-size: 15px;
    display: flex !important;
    align-items: center;
    font-weight: 300;
}
.cities-list-nw li a {
    padding: 7px 10px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ebd6d6;
    border-radius: 8px !important;
    font-weight: 500 !important;
    color: #2d2b2d !important;
}
.cities-list-nw li a:hover {
    border-color: var(--main-bg-color);
    color: var(--main-bg-color) !important;
}
.city-name-outr .city-name-s {
    background-color: var(--main-bg-color) !important;
    margin: 0;
    font-weight: 500;
    margin-top: 8px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 20%);
    color: #fff;
    text-transform: uppercase;
}
.common-para {
    font-size: 16px;
}
.top-divs {
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    cursor: pointer;
    height: 100%;
}
.top-divs .top-divs-left {
    width: 100%;
    max-width: 14%;
}
.top-divs .top-divs-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-divs-right p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: flex;
    text-align: left;
    margin-bottom: 0px;
    width: 100%;
    max-width: 73%;
}
.top-divs-right p img {
    height: auto;
    margin-right: 4px;
    width: 100%;
    max-width: 15px;
    margin-top: 5px;
}
.oulets-divs {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0px;
    height: 100%;
}
#outletList .oulets-divs {
    margin-bottom: 15px !important;
}
.top-reviews i {
    font-size: 20px;
    color: #fdd32e;
}
.outletsmodal .modal-body {
    padding: 1.5rem 1.5rem;
    max-height: 500px;
    overflow-y: auto;
}
.bottom-oulets-dvs {
    display: flex;
    justify-content: space-between;
}
.bottom-oulets-dvs span {
    color: var(--main-bg-color);
    font-weight: 600;
    background: none;
    border: 1px solid var(--main-bg-color);
    padding: 5px 10px;
    display: inline-block;
    border-radius: 24px;
    font-size: 12px;
}
.bottom-oulets-dvs span:hover {
    background-color: var(--main-bg-color);
    color: #fff;
}
.icons-dvs i {
    color: #000;
    margin: 0 2px;
    font-size: 20px;
}
.icons-dvs>div i:first-child {
    margin-left: 0px;
}
.icons-dvs>div i:last-child {
    margin-right: 0px;
}
.order-online-heading {
    font-weight: 600;
    line-height: 40px;
}
.download-app-cta .order-online-heading {
    font-size: 32px;
}

.top-divs .top-divs-right p span:first-child {
    width: 100%;
    max-width: 24px;
}

/*Responsive*/
@media (max-width: 767px) {
    .order-online-single {
        margin-top: 63px;
        min-height: 350px;
    }
    .order-online-para {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .order-online-heading {
        font-size: 23px;
        line-height: 33px;
    }
    .form-subscribe a i {
        font-size: 17px;
    }
    .form-subscribe {
        margin-bottom: 20px;
    }
    .oulets-divs {
        height: auto;
    }
    .form-subscribe input {
        padding: 12px 115px 12px 50px;
        font-size: 15px !important;
    }
    .form-subscribe a {
        padding: 11px 9px 9px 11px !important;
        left: 0px;
        top: 0px;
    }
    .order-online-single .near-me button {
        padding: 8px 10px;
        font-size: 12px;
        top: 2px;
        right: 2px;
    }
    .near-me button img {
        max-width: 19px;
        margin-right: 5px;
    }
    .download-btn {
        border: 2px solid #fff;
        padding: 8px 18px;
        font-size: 13px;
    }
    .recent li {
        width: 50%;
    }
    .recent li i {
        font-size: 16px;
    }
    .city-locator .store-logo {
        max-width: 30%;
        padding-right: 10px;
    }
    .city-locator .store-discription {
        max-width: 70%;
        padding-left: 10px;
    }
    .city-d {
        font-size: 15px;
    }
    .city-b a {
        padding: 3px 10px;
        font-size: 12px;
        margin-top: 7px;
    }
    .store-discription h5 {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .city-locator .s-logo {
        max-width: 70px;
        height: 70px;
    }
    .city-o {
        align-items: center;
    }
    .city-locator-outer {
        margin-top: 10px;
    }
    .dow-div {
        margin-bottom: 20px;
    }
    .download-app-cta-icon {
        max-width: 130px;
    }
    .download-app-cta {
        margin-bottom: 10px;
        background-color: #fff;
        padding: 10px 0 20px;
        border-bottom: 1px solid #E7E7E7;
    }
    .tp-top {
        margin-top: 63px;
    }
    .city-name-outr .city-name-souter {
        max-width: 11.5%;
    }
    .city-name-outr .cities-list-nw {
        max-width: 98.5%;
    }
    .cities-list-nw li {
        margin: 0.3em;
    }
    .lapinoz-outlet .common-heading {
        font-size: 21px;
        font-weight: 700;
    }
    .form-subscribe input {
        padding: 11px 11px 11px 47px;
        box-shadow: 0px 3px 6px #00000029 !important;
        font-size: 15px !important;
    }
    .form-subscribe a {
        font-size: 15px !important;
        padding: 0px !important;
        left: 15px;
        top: 55%;
    }
    .common-para {
        font-size: 15px;
    }
    .cities-list-nw li a {
        padding: 6px 9px;
        font-size: 14px;
    }
    .top-divs .top-divs-left {
        max-width: 18%;
    }
    .top-divs-right p {
        font-size: 16px;
        max-width: 73%;
    }
    .top-divs-right p img {
        margin-right: 4px;
        max-width: 15px;
    }
    .bottom-oulets-dvs span {
        padding: 3px 8px;
        font-size: 11px;
    }
    .form-subscribe a i {
        font-size: 19px;
    }
    .outletsmodal .modal-body {
        max-height: 100%;
    }
    .download-app-cta .order-online-heading {
        font-size: 23px;
        padding: 0 15px;
    }
}
/*Order Online Page CSS*/