.orderPage {
 
    padding: 48px 0 0;
    max-width: 1076px;
    margin: auto;
}

.deliveryBreadcrumb {
    max-width: 569px;
}

.deliveryText {
    font-family: 'Lato';
}

@media (max-width: 600px) {
    .deliveryText {
        font-size: 14px;
    }
}

.deliveryNumber p {
    font-size: 12px;
    margin-bottom: 0;
    border: 1px solid #1F3D7A;
    border-radius: 50%;
    padding: 4px 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    line-height: 1;
    cursor: pointer;
}

.deliveryNumber p.active {
    background-color: #1F3D7A;
    color: white;
}

.deliveryNumber hr {
    width: 100%;
}

.accordionBorder {
    border: none!important;
    border-bottom: 1px solid #B3B3B3!important;
}

.accordionButton {
    border: none!important;
    background: none!important;
    color: #060606!important;
    font-family: 'HankenGrotesk';
    font-weight: 500!important;
    font-size: 24px!important;
    text-transform: uppercase;
    box-shadow: none!important;
    padding: 0!important;
}

.deliveryAddress {
    background-color: #F9F9F9!important;
    box-shadow: 0px 0px 2px 2px rgba(202, 202, 202, 0.6);
}

.accordionLabel , .accordionInput {
    width: 100%;
}

.accordionInput {
    border: 1px solid #E0E0E0!important;
    padding: 8px;
    border-radius: 4px;
}

.deliveryAddress form {
    font-family: 'Lato';
    color: #060606;
    max-width: 682px;
    margin: auto;
    /* padding: 0px 15px; */
}

.deliveryAddress select {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -10 40 40" fill="black"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" /></svg>') no-repeat right -8px center;
    appearance: none;
    background-color: #fff;
}

.OrderButtonNext {
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #1F3D7A;
    color: #fff;
}

.accordionButtonContinue {
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #1F3D7A;
    color: #fff;
    font-weight: 600;
    padding: 12px 54px;
}

.OrderButtonNext:hover {
    border: 1px solid #1F3D7A;
    background-color: transparent;
    color: #1F3D7A;
    font-weight: 500;
}

.error-message{
    color: red !important;
    /* line-height: 1px !important; */
}

/* .deliveryPrice {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 25%);
    height: 100%;
    font-family: 'Lato';
    border-radius: 4px;
} */

/* .priceText {
    color: #060606;
}

.amtColor {
    color: #1F3D7A;
    font-weight: 500;
}

.freeColor {
    color: #46D201;
    font-weight: 500;
}

.priceHr {
    border-top: 1px dashed #E0E0E0;
} */

.orderSummary {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 25%);
}

.orderSummaryImg img {
    height: 211px;
    object-fit: contain;
    max-width: 100%;
}

.orderSummaryContent {
    font-family: 'Lato';
}

.orderSummaryContent ul {
    list-style-type: disc;
    color: #060606;
}

.orderSummaryContent li span{
    color: #4D4D4D;
}

.orderSummaryContent p {
    margin-bottom: 0!important;
}

.odProductTitle {
    color: #060606;
    font-size: 24px;
    font-family: 'HankenGrotesk';
    padding-bottom: 8px;
}

.odBrand {
    color: #4D4D4D;
    padding-bottom: 24px;
}

.odBrandContent {
    color: #1F3D7A;
}

.odProductHighlights {
    color: #060606;
}

.Remove {
    color: #E2173C;
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
}

.orderSummarySelect .form-check label {
    color: #060606;
    font-family: 'Lato';
    font-size: 14px;
}

.orderSummarySelect .form-check del, .paymentOptionsText {
    color: #4D4D4D;
}

.paymentOptionsText {
    padding-left: 38px;
}

.paymentOptions {
    color: #060606;
    font-family: 'Lato';
}

.paymentGpay {
    flex-wrap: nowrap!important;
}

.paymentGpay p {
    font-family: 'Lato';
}

.paymentGpay img {
    max-width: 70px;
}

.paymentChoose {
    font-size: 20px;
}

.paymentText {
    color: #4D4D4D;
}

.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #1F3D7A!important;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}

.form-check-input:checked {
    background-color: transparent;
}

.custom-radio:checked {
    background-color: transparent!important;
    border: 1px solid #1F3D7A!important;
}

.custom-radio:checked::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1F3D7A;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.orderConfirm {
    font-family: "Lato";
}

.accordion-body {
    padding: 1rem 1.25rem 1rem 0!important;
}

@media (max-width: 660px) {
    .orderConfirm, .accordionButtonContinue {
        margin-top: 20px!important;
    }
}