.zip-form input, .zip-form input:focus,
.store-input input, .store-input input:focus {
    background-color: white !important ;
    color: #757575;
    width: 100%;
    max-width: 228px;
    padding: 10px;
    text-align: center;
    margin: 0 !important;
    line-height: 25px;
    font-size: 18px;
    border: 1px solid #CCCCCC;
}

.zip-form input[type="text"]:focus {
    color: #757575 !important;
}

.zip-form input[type="text"].error {
    color: #D82C0D !important;
    border: 1px solid #D82C0D;
}

.zip-form input[type="text"].error::placeholder  {
    color: #D82C0D !important;
}

.zip-form label[for="store_number"] {
    color: #000;
}

.store-info {
    text-align: center;
    background-color: #F6FAFF;
    padding: 32px;
}

.store-info a {
    text-decoration: underline;
    color: #2C6ECB;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.store-info h5 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin: 16px 0 0 0;
}

.store-info .display {
    font-size: 60px;
    line-height: 63px;
    color: #152435;
    margin: 0;
}

.store-info-details-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.store-info-address {
    font-size: 16px;
    line-height: 24px;
    color: #152435;
    margin: 0;
}

.store-info-phone {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #152435 !important;
    text-decoration: none !important;
    font-weight: 400;
    margin-bottom: 0px;
}

.store-info-line-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #1E9CD8 !important;
    font-weight: 700;
}

.branch-info {
    background: #fff;
    padding: 64px 94px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.branch-info .services-offer-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #152435;
    max-width: 1248px;
    margin: 0 auto 32px auto !important;
}

.branch-info .services-offer-title i {
    color: #1E9CD8;
}

.branch-info .services {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    max-width: 1248px;
    margin-bottom: 64px;
}

.branch-info .service {
    flex: 1;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 32px 24px;
    border: 1px solid #ddd;
}

.branch-info .service h4 {
    font-size: 26px;
    white-space: nowrap;
    line-height: 28px !important;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.branch-info .service .list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.branch-info .service .item {
    padding: 8px;
    background-color: #FAFAFA;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.branch-info .service .item.available {
    background-color: #F3FFF3;
    color: #000;
}

.branch-info .service .item.unavailable .check {
    visibility: hidden;
}

.branch-info .service .item p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.cta-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
}

.branch-info .service .note {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.branch-info .content-wrapper {
    width: 100%;
}

.services {
    margin: 0 auto;
}

.service .check-big {
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.service .check {
    width: 20px;
    height: 20px;
}

.service a {
    text-decoration: underline;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

/* .service.service-list {
    padding: 32px 68px;
} */

.branch-contacts {
    background-color: #fff;
}

.branch-contacts .contacts-wrapper {
    display: flex;
    max-width: 1248px;
    margin: 0 auto;
    padding-bottom: 80px;
    gap: 40px;
}

.branch-contacts .bluelinx-wrapper {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-family: "Proxima Nova";
    font-weight: 700;
    color: #000;
}

.branch-contacts .bluelinx-wrapper i {
    color: #1E9CD8;
}

.divider {
    width: 1px;
    background-color: #1E9CD8;
}

.branch-contacts-info {
    padding: 24px 0;
    width: 100%;
}

.branch-contacts-info h3 {
    color: #000;
    font-size: 32px;
    line-height: 33.6px;
}

.branch-contacts-info h5 {
    color: #000;
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 12px;
}

.branch-contacts-info .contacts {
    display: flex;
    gap: 24px;
}

.branch-contacts-info .contact {
    flex: 1;
    color: #000;
}

.branch-contacts-info .name {
    margin-bottom: 12px;
    line-height: 100%;
}

.branch-contacts-info a {
    color: #1E9CD8;
    font-size: 14px;
    line-height: 100%;
    text-decoration: underline;
    font-weight: 400;
    display: block;
    max-width: 208px;
}

.branch-contacts-info .address {
    margin-bottom: 12px !important;
}

.branch-contacts-info .phone-number {
    margin-bottom: 12px !important;
    line-height: 100%;
}

.branch-contacts-info .email {
    margin-bottom: 12px !important;
    line-height: 100%;
    text-transform: lowercase;
}

@media (max-width: 1040px) {
    .branch-info {
        padding: 48px 24px;
    }

    .branch-info .services {
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
        margin: 0;
    }

    .branch-contacts {
        padding: 0 24px;
    }

    .services {
        margin: 0;
    }

    .branch-info .services-offer-title {
        line-height: 28.6px;
        font-size: 24px;
    }

    .branch-info .service {
        padding: 32px 24px;
        align-items: center;
        min-height: 322px;
    }

    .branch-info .service h4 {
        font-size: 24px;
    }

    .branch-contacts-info {
        padding: 0;
    }

    .branch-contacts-info a {
        max-width: 100%;
    }

    .branch-contacts .contacts-wrapper {
        max-width: 100%;
        flex-direction: column;
        gap: 24px;
    }

    .divider {
        display: none;
    }

    .branch-contacts .contacts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        flex-wrap: wrap;
    }
}

@media (max-width: 700px) {
    .store-info {
        padding: 24px 16px;
    }

    .store-info .display {
        font-size: 32px;
        line-height: 41.8px;
        margin: 0;
    }

    .branch-contacts .contacts {
        display: grid;
        grid-template-columns: 1fr;
        flex-wrap: wrap;
    }

    .branch-info .services {
        display: flex;
        flex-direction: column;
    }

    .branch-info .service {
        height: 317px;
    }

    .branch-info .service h4 {
        white-space: wrap;
    }
}

.services.single {
    grid-template-columns: 1fr;
    width: 100%;
}
