.same-day-delivery-zipcode, .SameDaySlideOutMessageArea {
    color: #333;
    font-size: 13px
}

.same-day-delivery-zipcode,.sameday-availability-message,.countdown-container,.cutoff-notification,.SameDaySlideOutMessageArea {
    line-height: 15px;
    margin: 0 0 10px 0
}

.store-near .sameday-availability-message {
    color: rgb(255, 0, 0);
    font-size: 13px;
    font-weight: 400 !important
}

.zipcode-title {
    color: #333;
    font-size: 14px
}

#changeZipCode .store-modal-body {
    padding: 1.8rem
}

#loading_sdd-slideout {
    top: 6px
}

.store-near {
    margin-top: 20px;
    position: relative
}

.store-near .loading-bopis {
    justify-content: flex-start;
    margin-bottom: 15px;
    position: relative
}

.image_description .image_slideout {
    margin-bottom: 25px;
    max-height: 270px
}

.countdown-container, .cutoff-notification {
    color: #000;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-feature-settings: "liga", "kern";
    font-size: 14px;
    font-synthesis: none;
    font-weight: 400;
    line-height: 1.4em;
    text-rendering: auto;
    unicode-bidi: embed
}

.countdown {
    color: #0a8a00;
    display: inline;
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-weight: 700;
    padding-left: 5px;
    word-spacing: -0.25rem
}

.countdown:before, .countdown:after {
    content: "";
    width: 4px
}

.userCurrentLocation {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
    margin: 5px 0 10px 0
}

.userCurrentLocation svg {
    margin-right: 5px
}

.userCurrentLocation a {
    color: #333 !important;
    font-size: 13px;
    text-decoration: underline !important
}

.zipCodeLabel {
    background: #fff;
    font-size: 13px;
    left: 10px;
    line-height: 13px;
    padding: 2px 2px;
    position: absolute;
    top: -9px
}

#changeZipCodeSearchButton {
    background-color: #000;
    border-collapse: collapse;
    border-radius: 0 4px 4px 0;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    left: -11px;
    letter-spacing: 0.03rem;
    line-height: 26px;
    max-height: 36px;
    min-width: 120px;
    position: relative;
    text-align: center;
    text-transform: none
}

#zipcodeSlideoutCancel {
    background-color: #fff;
    color: blue;
    cursor: pointer;
    height: fit-content;
    line-height: 35px;
    margin-left: 0;
    width: fit-content
}

#zipcode-search {
    border: 1px solid rgba(121, 121, 121, 1);
    border-radius: 4px 0 0 4px;
    color: #222;
    font-size: 13px;
    height: 36px;
    margin: 0 0;
    min-height: 0;
    padding: 8px 5px;
    width: 150px
}

.image_description {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2,1fr)
}

.zipcode-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3,1fr);
    margin-bottom: 10px;
    position: relative
}

.header-sdd span em {
    font-style: normal;
    text-decoration: underline
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    border: .25em solid currentColor;
    border-radius: 50%;
    border-right-color: transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: text-bottom;
    width: 2rem
}

.spinner-border-sm {
    border-width: .2em;
    height: 1rem;
    width: 1rem
}

.errorZipcode #zipcode-search,.errorZipcode #changeZipCodeSearchButton,.canada-restriction-error #zipcode-search,.canada-restriction-error #changeZipCodeSearchButton {
    border: 1px solid rgba(255, 0, 0, 1)
}

.errorZipcode .zipCodeLabel,.canada-restriction-error .zipCodeLabel {
    color: rgba(255, 0, 0, 1)
}

.prevent-click {
    pointer-events: none
}
