#customer_login .col-1, #customer_login .col-2
{
    width: 48%;
}
#customer_login h2
{
    margin-bottom: 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register
{
    margin-top: 7px;
}
.entry-content.wp-block-post-content.is-layout-flow.wp-block-post-content-is-layout-flow
{
    padding: 0 30px;
    background-color: white;
    margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation
{
    float: left;
    width: 17%;
    padding-left: 3%;
    padding-top: 22px;
}
.woocommerce-account .woocommerce-MyAccount-content
{
    float: right;
    width: 80%;
}
.woocommerce-account .woocommerce-MyAccount-navigation li
{
    padding: 5px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a
{
    color: black;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a
{
    color: #FF6400;
    font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover
{
    text-decoration: none;
    color: #2f2f2f;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:hover
{
    color: #FF6400;
    text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content
{
    float: right;
    width: calc(80% - 80px);
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 1px 1px 9px -1px #0000002E;
    min-height: 381px;
}
.woocommerce-MyAccount-content h2
{
    margin-top: 0;
    font-size: 21px;
    line-height: 1;
}
.woocommerce-MyAccount-content p
{
    font-size: 14px;
    color: #202223;
}
.woocommerce-MyAccount-content p a
{
    font-size: 14px;
    color: #FF6400;
    text-decoration: none;
    line-height: normal;
}
th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a
{
    color: black;
    text-decoration: none;
    font-weight: 500;
}
.woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a
{
    border-radius: 24px;
    color: white;
}
.woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:before
{
    content: none;
}
.woocommerce-customer-details address
{
    text-transform: capitalize;
}
.woocommerce-customer-details address .woocommerce-customer-details--email
{
    text-transform: none;
}
.woocommerce-MyAccount-navigation-link--downloads
{
    display: none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2
{
    width: 42%;
}
.woocommerce-Address-title.title h2
{
    width: fit-content;
    float: left;
}
.woocommerce-Address-title.title a.edit
{
    color: #FF6400;
    text-decoration: none;
}
.woocommerce-Address-title.title a.edit:after
{
    content: "Modifier";
}
.woocommerce-Address-title.title a.edit span
{
    display: none;
}
.woocommerce-Address address
{
    text-transform: capitalize;
}
.wc-block-components-notice-banner.is-info
{
    background-color: transparent;
    border: none;
}
.wc-block-components-notice-banner.is-info svg
{
    display: none;
}
a.button
{
    color: #FF6400;
    text-decoration: none;
}
a.button:before
{
    content: "+";
}

#payment
{
    border-radius: 12px !important;
    border: 1px #DFDFDF solid;
    background: white !important;
}
ul.wc_payment_methods.payment_methods.methods
{
    padding: 0 !important;
}
li.wc_payment_method.payment_method_stripe
{
    padding: 14px 0;
    border-radius: 24px;
}
.input-radio
{
    margin-left: 14px !important;
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #FF6400;
    display: inline-grid;
    place-content: center;
    cursor: pointer;
    transform: translateY(-2px);
}
.input-radio:before
{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF6400;
    transform: scale(0);
    transition: transform .12s ease-in-out;
}
.input-radio:checked:before
{
    transform: scale(1);
}
#add_payment_method #payment div.payment_box::before
{
    content: none !important;
}
.payment_box.payment_method_stripe
{
    background-color: #f4f4f4 !important;
    padding: 0 !important;
}
.payment_box > fieldset
{
    margin: 0;
    border: none;
}
.woocommerce-checkout #payment div.payment_box
{
    margin-bottom: 0;
    background-color: #f4f4f4;
}
a.woocommerce-privacy-policy-link, a.woocommerce-privacy-policy-link:focus, a.woocommerce-privacy-policy-link:hover, a.woocommerce-privacy-policy-link:visited
{
    color: #FF6400;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order
{
    float: none;
    background-color: #CAFA10;
    color: black;
    border-radius: 50px;
    width: 100%;
    font-weight: 600;
    box-shadow: 0px 1px 4px 0px #18191B33;
}
.woocommerce-MyAccount-navigation-link--customer-logout a
{
    color: red !important;
    font-weight: 700;
}
p.woocommerce-LostPassword.lost_password a
{
    color: #FF6400;
    text-decoration: none;
}

@media (min-width: 993px) and (max-width: 1439px)
{
    .woocommerce-MyAccount-content h2
    {
        font-size: 1.5vw;
    }
    .woocommerce-account .addresses .title .edit
    {
        line-height: 1;
    }
}

@media (max-width: 992px)
{
    #customer_login .col-1, #customer_login .col-2
    {
        width: 100%;
    }
    .entry-content.wp-block-post-content.is-layout-flow.wp-block-post-content-is-layout-flow
    {
        padding: 0 5px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation
    {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul
    {
        display: flex;
        flex-wrap: wrap;
        gap: 5%;
        margin-bottom: 20px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li
    {
        padding: 0;
        width: 30%;
        margin-bottom: 10px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li a
    {
        font-size: 2.8vw;
    }
    .woocommerce-account .woocommerce-MyAccount-content
    {
        float: none;
        width: calc(100% - 30px);
        padding: 15px;
        min-height: 150px;
    }
    tr.woocommerce-orders-table__row.order
    {
        border-bottom: 1px black solid;
    }
    .woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a
    {
        margin-bottom: 0;
    }
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta
    {
        padding: 0;
    }
    .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1, .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2
    {
        width: 100%;
        margin-top: 30px;
    }
    .u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address
    {
        width: 100%;
        margin-top: 30px;
    }
    .woocommerce-Address-title.title h2, .woocommerce-Address-title.title a.edit
    {
        margin: 0 !important;
    }
}