.order-confirm{
    position: relative;
    padding-top: 38px;
    margin-bottom: 50px;
}

.Order-Confirmation-component{
    max-width: 1060px;
    display: flex;
    gap: 20px;
    margin: 0 auto;
}

.items-shiping-address-wrapper{
    width: 100%;
    max-width: 616px;
}

.shippingAdd-and-order-container-wrapper{
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.shipping-address-wrapper{
    padding: 16px 24px 20px 24px;
    gap: 20px;
    border-radius: 12px;
    background-color: #fff;
    width: 50%;
}

.order-confirm-wrapper{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #F1F3F5;

}

.order-confirm-img-wrapper{
    width: 16px;
    height: 16px;
}

.order-confirm-img{
    width: 100%;
    height: 100%;
}

.shipping-address-heading{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #202129;
}

.address-wrapper-heading{
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: #202129;
    margin-bottom: 12px;
}

.address-wrapper-subheading{
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #4F5466;
}

.item-order-subheading{
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    color: #4F5466;
    margin-bottom: 12px;
}

.delivery-estimate{
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    color: #74798A;
}

.delivery-estimate-span{
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    color: #202129;
}

.pricing-details-wrapper{
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.product-iamges-wrapper{
    width: 140px;
    height: 140px;
    flex-shrink: 0;
}

.quantity-of-product{
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: #74798A;
}

.product-iamge{
    width: 100%;
    height: 100%;
}

.pricing-details-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px;
    border-bottom: 2px solid #F1F3F5;
}

.pricing-details-container:last-child{
    border-bottom:none  
}

.product-details-heading{
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: #202129;
}

.product-mrp-wrapper{
    display: flex;
    align-items: center;
    margin-top: 6px;
    gap: 4px;
}

.product-discounted-price{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #202129;
}

.product-actual-price{
    color: #9DA1B0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    text-decoration-line: line-through;
}


.continue-shopping-wrapper{
    width: 100%;
    max-width: 400px;
}


.need-help-container{
    background-color: #fff;
    padding: 16px 24px 20px 24px;
    border-radius: 12px;
    margin-top: 16px;
}

.need-help-header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom:12px;
    border-bottom: 1px solid #F1F3F5;
}

.need-help-heading{
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    color: #202129;
}

.call-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.call-img-wrapper{
    width: 20px;
    height: 20px;
    padding: 2.5px;
}

.call-img{
    width: 100%;
    height: 100%;
}

.call-helpline-h2{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #202129;
    cursor: pointer;
}

.need-help-subheading{
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    color: #4F5466;
}



.continue-button{
    background: linear-gradient(270deg, #712CCB 0%, #A77FDC 100%);
    width: 100%;
    padding: 24px 22px 24px 28px;
    border-radius: 60px;
    /* border: 1px solid transparent; */
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: opacity 0.3s ease;
    margin-top: 12px;
    text-decoration: none;
    margin-top: 16px;
}

.continue-button-h2{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}

.continue-shopping-arrow-wrapper{
    width: 24px;
    height: 24px;
    padding: 5px;
}

.right-arrow{
    width: 100%;
    height: 100%;
}

.estimated-delivery-wrapper{
    margin-top: 26px;
}

.estimated-delivery-heading{
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    color: #74798A;
}

.estimated-delivery-subheading{
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    color: #4F5466;
}

.conform-shopping{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

@media (max-width:767px){
    .order-confirm{
        padding-top: 6px;
        margin-bottom: 0;
    }
    .Order-Confirmation-component{
        flex-direction: column;
    }

    .shippingAdd-and-order-container-wrapper{
        flex-direction: column;
        gap: 4px;
        margin-bottom: unset;
        margin-bottom: 4px;
    }

    .shipping-address-wrapper{
        width: 100%;
        padding: 16px;
        border-radius: 8px;
    }

    .shipping-address-heading{
        font-size: 20px;
        line-height: 25.2px;
        padding-bottom: unset;
        border-bottom: unset;
    }

    .address-wrapper-heading{
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .address-wrapper-subheading{
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        color: #495057;
    }

    .item-order-subheading{
        font-size: 12px;
        font-weight: 400;
        line-height: 16.8px;
    }

    .delivery-estimate{
        font-size: 12px;
        font-weight: 400;
        line-height: 16.8px;
    }

    .pricing-details-wrapper{
        padding: unset;
        width: unset;
        background-color: unset;
        padding: unset;
        border-radius: unset;
        gap: 4px;
        margin-bottom: 0px;
    }

    .product-details-heading{
        font-size: 14px;
        font-weight: 500;
        line-height: 19.6px;
    }

    .pricing-details-container{
        gap: 15px;
        padding: 16px;
        background-color: #fff;

    }

    .quantity-of-product{
        font-size: 12px;
        font-weight: 500;
        line-height: 16.8px;
        margin-top: 6px;
    }

    .product-discounted-price{
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .product-actual-price{
        font-size: 12px;
        font-weight: 500;
        line-height: 16.8px;
    }

    .product-mrp-wrapper{
        gap: 4px;
        margin-top: 12px;
    }

    .order-confirm-image-wrapper{
        width: 100%;
        height: 200px;
    }

    .conform-shopping{
        border-radius: 12px;
    }

    .need-help-container{
        background-color: unset;
        padding: 20px 24px;
        border-radius: unset;
        margin-top: unset;
        margin-bottom: 20px;
    }

    .need-help-heading{
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .call-helpline-h2{
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .need-help-header-wrapper{
        border-bottom: 1px solid #D5D7DE;
        padding-bottom: unset;
        margin-bottom: 8px;
        padding-bottom: 12px;
    }

    .need-help-subheading{
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        color: #4F5466;
    }

    .continue-button-wrapper{
        padding: 12px 24px;
        background-color: #fff;
        border-radius: 8px 8px 0px 0px;
        position: fixed;
        bottom: 0;
        width: 100%;
        box-shadow: 0px -4px 44px 0px #00000021;
        z-index: 11111;
    }

    .continue-button{
        margin-top: unset;
    }

    .continue-button-h2{
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .need-help-continue-wrapper{
        position: absolute;
        bottom: 0;
    }

    .estimated-delivery-heading{
        font-size: 12px;
        font-weight: 400;
        line-height: 16.8px;
    }

    .estimated-delivery-wrapper{
        margin-top: 12px;
    }

    .items-shiping-address-wrapper{
        margin-bottom: 147px;
    }
}