@media screen and (min-width: 1200px) {
    .pos-cart-custom {
        margin-top: -95px !important;
    }
}

.checkout-method-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.btn-group {
    display: flex;
    column-gap: 20px;
}

.checkout-method-container button {
    width: 255px;
    height: auto;
}

.continue-checkout {
    display: none;
}

.checkout-method-container button {
    display: flex;
    height: 137px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #222d47;
    outline: none;
    border-radius: 5px;
    border: 1px #222d47 solid;
    user-select: none;
    flex: 1;
}

.checkout-method-container button.active, .checkout-method-container button:hover {
    background: #c7dbf8;
}

.inputWithButton {
    display: flex;
    min-height: 46px;
    width: 100%;
    padding-top: 20px;
}

.inputWithButton #postcode {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: inherit;
    line-height: 1em;
    margin: 0;
    padding-left: 18px;
    font-size: 16px;
    color: #212121;
    width: 100%;
    border: 1px solid #27325280;
}

.inputWithButton #postcode::placeholder {
    color: #222d47;
    opacity: 1;
}

.inputWithButton #searchPostcode {
    display: block;
    text-align: center;
    background: #c7dbf8;
    color: #222d47;
    margin-left: 18px;
    width: 145px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0.5rem;
    min-height: 46px;
    padding: 10px 0;
    align-content: center;
}

.store-pickup {
    display: none;
    text-align: left;
}

.locations-option {
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 450px;
    overflow-y: auto;
}

.locations-option .location.active {
    background: #c7dbf8;
}

.location {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2em;
    font-size: 16px;
}

.location input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.location .checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px #222d47 solid;
}

.location:hover input ~ .checkmark {
    background-color: #ccc;
}

.location input:checked ~ .checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.location input:checked ~ .checkmark:after {
    display: block;
}

.location .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #222d47;
}

#option-store-pickup {
    padding-top: 20px;
}

#option-store-pickup label.location .span, #option-store-pickup label {
    text-transform: none;
}

#option-store-pickup .location span.block span {
    font-size: 15px;
}

#option-store-pickup .location span.block strong {
    font-size: 16px;
    font-weight: 600;
}

.location span.block {
    display: flex;
    flex-direction: column;
    text-align: left;
}

#show-store-pickup[disabled] {
    cursor: not-allowed;
    opacity: 0.7;
}

#show-store-pickup[disabled]:hover {
    background-color: #fff;
}

#ship-to-you[disabled] {
    cursor: not-allowed;
    opacity: 0.7;
}

#ship-to-you[disabled]:hover {
    background-color: #fff;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('/wp-content/plugins/hyperspace-store-pickup/assets/fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
    url('/wp-content/plugins/hyperspace-store-pickup/assets/fonts/AvenirNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('/wp-content/plugins/hyperspace-store-pickup/assets/fonts/AvenirNextLTPro-Demi.woff2') format('woff2'),
    url('/wp-content/plugins/hyperspace-store-pickup/assets/fonts/AvenirNextLTPro-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

label[for*="local_pickup"] {
    display: none !important;
}
