@font-face {
    font-family: 'Myriad Pro';
    src: url('/fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('/fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Myriad Pro', sans-serif !important;
}

.guest-address-main {
    background-color: #fff;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    width: 55%;
    margin: auto;
    flex-direction: column;
    padding: 50px 40px;
}

.cart-detail-img img {
    aspect-ratio: 0.78;
    object-fit: contain;
    object-position: center;
    width: 80%;
    border-radius: 8px;
}

.cart-product-details {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: 20px;
}

.cart-order-product-details-price {
    display: flex;
}

.cart-head-one h1 {
    font-size: 18px;

}

.cart-head-two h1 {
    font-size: 14px;
    color: #736E6E;
}

.cart-head-three h1 {
    font-size: 14px;
    color: #736E6E;
}

.cart-price-one h1 {
    font-size: 18px;
}

.cart-order-product-details-price {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: 20px;
    flex-wrap: wrap;
}

.cart-price-two h1 {
    font-size: 18px;
    color: #736E6E;
    text-decoration: line-through;
    margin-bottom: 0px;
}


button.remove-button {
    background-color: transparent;
    border: none;
    color: black;
    font-size: 16px;
}

.cart-details h1 {
    font-size: 18px;
    color: black;
    margin-bottom: 0px;
}

.cart-details {
    padding: 0px 30px;
}

.cart-details h1 {
    padding: 0px 30px;
}

.cart-detail-main-padding {
    padding: 0px 30px;
}

.cart-details-payment {
    padding: 0px 30px;
}

.cart-details-payment-head-list {
    padding: 0px 30px;
}

.cart-details-payment-head h1 {
    font-size: 20px;
}

.cart-details-payment-price p {
    font-size: 20px;
}

.cart-details-payment-price {
    text-align: end;
}

.form-checkout-form {
    width: 70%;
    margin: auto;
    padding: 50px 0px;
}




.custom-checkbox-cash-on-delivery {
    display: flex;
    align-items: center;
    background: #B3FF7C;
    border: none;
    padding: 14px 24px;
    border-radius: 5px;
    color: #fff;
    margin: 20px 0px;
    border: 1px solid #000;
    /* gap: 10px; */
}

.custom-checkbox-cash-on-delivery input[type="checkbox"] {
    width: 25px;
    height: 25px;
    appearance: none;
    background-color: #FC874E;
    ;
    border-color: #FC874E;
    ;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    margin: unset;
    background-color: #FC874E;
    border-color: #FC874E;
    box-shadow: none;
    border-radius: 0px;
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    line-height: 18px;
}

.custom-checkbox-cash-on-delivery .form-check-label {
    color: black;
    font-weight: 600;
}

.custom-checkbox-cash-on-delivery:checked {}

.custom-checkbox-cash-on-delivery input[type="checkbox"]:checked {
    background-color: #FC874E;
    border-color: #FC874E;
    box-shadow: none;
    border-radius: 0px;
    margin-right: 10px;
}


.sub-form {
    margin-top: 30px;
}

.custom-radio {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-radio .form-check-input {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.custom-radio .form-check-label {
    font-size: 1rem;
    color: #5A5858;
    cursor: pointer;
}

.custom-radio .form-check-input:checked {
    background-color: #000;
    /* Bootstrap primary color */
    border-color: #000;
    box-shadow: none;
    /* border: 3px solid #25B25E; */
}

.custom-radio .form-check-input:focus {}

.radio-one {
    border: 3px solid #25B25E;
    background: #FFFFFF;
    padding: 6px 24px;
    border-radius: 5px;
    color: #fff;
    margin: 2px 0px;
}

h1.shipping-name {

    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

button.checkout-add-address {
    border-radius: 5px;
    background-color: #217041;
    height: 100%;
    width: 100%;
    padding: 15px 10px;
    border: none;
    cursor: pointer;
    color: #fff;
    /* margin-top: 50px; */
    color: #fff;
    font-size: 14px;


}

.user-account-main {

    margin: 50px auto;
    display: flex;
    width: 55%;

    flex-direction: column;


}


.address-label {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 2px solid #60AE3D;
    /* border-radius: 8px; */
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    /* max-width: 500px; */
    margin-bottom: 1rem;
}

.address-label:hover {
    border-color: #61ae3d82;
    background-color: #eef7ff;
}

.address-details {
    flex-grow: 1;
}

.cart-checkout-totalpay .name {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0;
    color: #333;
}

.address {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #217041;
    cursor: pointer;
}



button.user-account-plus {
    border: none;
    padding: 0px 40px;
    background-color: white;
    border: 1px solid #C7BDBD;
    margin-bottom: 60px;
}

.plus-sign-checkout {
    font-size: 28px;
    color: #DDDDDD;
    font-weight: bold;
}

.plus-sign-address {
    font-size: 12px;
}

.cart-checkout-totalpay {
    justify-content: end;
}

.cart-checkout-totalpay h1 {
    font-size: 24px;
}