/* --- General --- */
.form-content,
.woocommerce-privacy-policy-text,
#billing_country_field,
#main #billing_address_2_field,
#shipping_country_field,
#main #shipping_address_2_field,
.woocommerce-EditAccountForm p.woocommerce-form-row:nth-child(4)>span:nth-child(3),
body.woocommerce-account .woocommerce-info:before {
    display: none;
}

.form-content.active,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
}

.logged-in.woocommerce-account .site-main .woocommerce,
.woocommerce-pagination,
.tab-switcher,
.woocommerce-form-login,
.woocommerce-form_submit-rembemberme,
.dashboard-items,
#main .woocommerce-orders-table .woocommerce-button,
#main .woocommerce-pagination .woocommerce-button,
#main .woocommerce-info .button,
#main .woocommerce-address-fields .button,
.woocommerce-EditAccountForm.edit-account .button,
.mailchimp-newsletter .woocommerce-form__label.woocommerce-form__label-for-checkbox {
    display: flex;
    display: -webkit-flex;
}

#main .woocommerce-orders-table .woocommerce-button,
#main .woocommerce-pagination .woocommerce-button,
#main .woocommerce-info .button,
#main .woocommerce-address-fields .button,
.woocommerce-EditAccountForm.edit-account .button {
    justify-content: center;
    -webkit-justify-content: center;
}

#main .woocommerce-orders-table .woocommerce-button,
#main .woocommerce-pagination .woocommerce-button,
#main .woocommerce-info .button,
#main .woocommerce-address-fields .button,
.woocommerce-EditAccountForm.edit-account .button,
.mailchimp-newsletter .woocommerce-form__label.woocommerce-form__label-for-checkbox {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.logged-in.woocommerce-account .site-main .woocommerce,
.dashboard-items {
    flex-wrap: wrap;
}

.woocommerce-form-login {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.woocommerce-form_submit-rembemberme {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}


/** Font size */
.dashboard-hello,
.tab-link,
.tab-switcher-content .button,
.woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button.button,
.woocommerce-form-login__rememberme span {
    font-size: 16px;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th,
.form-description,
.woocommerce-LostPassword.lost_password a,
.woocommerce-lost-password .woocommerce p,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-navigation ul a,
.dashboard-items a,
#main .woocommerce-pagination .woocommerce-button,
#main .woocommerce-info .button,
#main .woocommerce-address-fields .button,
.woocommerce-EditAccountForm.edit-account .button {
    font-size: 15px;
}

.woocommerce-Address .edit,
#main .woocommerce-orders-table .woocommerce-button {
    font-size: 13px;
}

.woocommerce-ResetPassword label,
.mailchimp-newsletter span,
#main .woocommerce-address-fields label,
.woocommerce-EditAccountForm.edit-account label {
    font-size: 12px;
}

/** Font weights */
.dashboard-hello,
.tab-switcher-heading,
.my-account-heading,
.form-heading,
.tab-switcher-content .button,
.woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button.button,
.woocommerce-ResetPassword label,
.woocommerce-MyAccount-navigation ul li.is-active a,
#main .woocommerce-orders-table .woocommerce-button,
#main .woocommerce-pagination .woocommerce-button,
#main .woocommerce-info .button,
#main .woocommerce-address-fields .button,
.woocommerce-EditAccountForm.edit-account .button,
.woocommerce-Address .edit,
#main .woocommerce-address-fields label,
.woocommerce-EditAccountForm.edit-account label,
.woocommerce-EditAccountForm fieldset legend {
    font-weight: 700;
}

.woocommerce-MyAccount-navigation ul a,
.dashboard-items a {
    font-weight: 500;
}

.woocommerce-orders-table__cell-order-number a,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.form-description,
.woocommerce-lost-password .woocommerce p,
.woocommerce-MyAccount-content p {
    font-weight: 400;
}

.woocommerce-orders-table__cell-order-number a {
    color: #f95520;
    text-decoration: underline;
}

.woocommerce-LostPassword.lost_password a,
.tab-link,
.woocommerce-form-row input,
.woocommerce-address-fields input,
.dashboard-items a {
    color: #000;
}

/** Widtsh */
.my-account-heading,
.woocommerce-orders-table,
.woocommerce-form-row,
.tab-switcher,
.tab-switcher-container,
.woocommerce-ResetPassword,
.woocommerce-form-row input,
.woocommerce-form-login .form-row.form-row-first,
.woocommerce-form-login .form-row.form-row-last,
.tab-switcher-content .woocommerce-button,
.woocommerce-ResetPassword .button {
    width: 100%;
}

.woocommerce-EditAccountForm .woocommerce-form__input.woocommerce-form__input-radio {
    width: auto;
}

.tab-switcher-heading,
.form-heading,
.form-description,
.woocommerce-Address .edit {
    text-align: center;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th,
table th,
table td {
    text-align: left;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353);
}

.tab-switcher-heading,
.form-heading {
    margin: 0;
}

.tab-switcher-container,
.woocommerce-lost-password .site-main .woocommerce {
    margin: 0 auto;
}

.woocommerce-orders-table {
    border-collapse: collapse;
}

/* --- Tab Switcher --- */
.site-main {
    background-color: #F9FAFB;
    padding: 200px 20px 390px;
}

.tab-switcher-container,
.woocommerce-lost-password .site-main .woocommerce,
.logged-in.woocommerce-account .site-main .woocommerce {
    background-color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.tab-switcher-container,
.woocommerce-lost-password .site-main .woocommerce {
    max-width: 540px;
    padding: 50px 20px;
}


.tab-switcher-content {
    position: relative;
}

.tab-switcher {
    background-color: #f7f7fb;
    border-radius: 4px;
    height: 55px;
    margin: 60px auto 60px;
    max-width: 300px;
}

.tab-link {
    background-color: #f7f7fb;
    border: unset;
    border-radius: 4px;
    font-weight: 600;
    width: 50%;
}

.tab-link.active {
    background-color: #F95520;
    color: #fff;
}

.tab-switcher-heading,
.my-account-heading {
    font-size: 32px;
    margin: 0;
}

.form-heading {
    font-size: 25px;
    margin: 0;
}

.form-description {
    letter-spacing: 0.5px;
    margin: 10px 0 45px;
}

.woocommerce-form-row input,
.woocommerce-address-fields input {
    border: 1px solid #dfdfdf !important;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%) !important;
    padding: 20px 05px 20px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.tab-switcher-content .button,
.woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button.button {
    background-color: #F95520;
    border: unset;
    border-radius: 4px;
    color: #fff;
    height: 56px;
    margin-top: 5px;
}

.tab-switcher-content .woocommerce-button.button.woocommerce-form-login__submit {
    margin-bottom: 15px;
}

.woocommerce-form-login__rememberme span {
    color: #757575;
}

.woocommerce-LostPassword.lost_password {
    position: absolute;
    bottom: 0;
    right: 0;
}

.woocommerce-LostPassword.lost_password a {
    border-bottom: 1px solid #000;
}

/* --- Lost Password --- */
.woocommerce-lost-password .site-main {
    /*padding: 300px 20px 390px;*/
    padding: 330px 20px 390px;
}

.woocommerce-lost-password .woocommerce p,
.woocommerce-MyAccount-content p {
    margin-bottom: 20px;
}

.woocommerce-ResetPassword.lost_reset_password p:nth-child(4) {
    margin-bottom: 0;
}

/* --- My Account --- */
.logged-in.woocommerce-account .site-main .woocommerce {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
}

.my-account-heading {
    margin-bottom: 70px;
}

.woocommerce-MyAccount-navigation {
    width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
}

/** Naigation */
.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    padding-right: 90px;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul a {
    display: block;
    width: 100%;
    border-top: 1px solid #dfdfdf;
    padding: 20px 0;
    color: #484848;
}

.woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: 1px solid #dfdfdf;
}

.woocommerce-MyAccount-navigation ul li.is-active a{
    color: #f25f1f;
}

/** Dashboard */
.dashboard-hello {
    margin-bottom: 30px;
}

.dashboard-items {
    gap: 35px;
}

.dashboard-items a {
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 34px;
}

/* --- My Account - Orders --- */
table {
    border-collapse: collapse;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding: 9px 12px;
    line-height: 1.5;
}

#main .woocommerce-orders-table .woocommerce-button {
    background-color: #f95520;
    letter-spacing: 0.5px;
    border-radius: 4px;
    width: 100%;
    color: #fff;
    height: 43px;
}

.woocommerce-pagination {
    gap: 20px;
    margin-top: 20px;
}

.woocommerce-customer-details address {
    font-style: normal;
}

#main .woocommerce-info .button {
    margin-top: 20px;

}

#main .woocommerce-pagination .woocommerce-button,
#main .woocommerce-info .button,
#main .woocommerce-address-fields .button,
.woocommerce-EditAccountForm.edit-account .button {
    background-color: #f95520;
    letter-spacing: 0.5px;
    border-radius: 4px;
    width: 250px;
    color: #fff;
    height: 50px;
    border: unset;

}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 8px;
}

/* --- Mialchimp --- */
.mailchimp-newsletter {
    margin: 0 0 2px;
}

.mailchimp-newsletter input {
    margin: 0 10px 0 0;
}

.mailchimp-newsletter span {
    color: #222;
}

/* --- My Account - Address --- */

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    float: left;
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right;
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
    clear: both;
}

.woocommerce-Address address {
    font-style: unset;
}

.woocommerce-Address .edit {
    background-color: #f95520;
    padding: 15px 19px;
    color: #fff;
    letter-spacing: 0.5px;
    border-radius: 4px;
    float: right;
}

.woocommerce-address-fields input {
    width: 100%;
}


.woocommerce-MyAccount-content h3 {
    margin-top: 0 !important;
    font-size: 22px;
}

#main .woocommerce-address-fields .button,
.woocommerce-EditAccountForm.edit-account .button {
    margin-top: 30px;
}

/* --- My Account - Details --- */

.woocommerce-EditAccountForm fieldset {
    padding: 0;
    border: unset;
    margin-top: 30px;
}

.woocommerce-EditAccountForm fieldset legend {
    font-size: 18px;
    margin-bottom: 10px;
}

/** Footer */
.footer-subscribe-news {
    margin-top: -136px;
}

@media (min-width:1225px){
    
    .woocommerce-MyAccount-navigation ul li:hover a{
        font-weight: 700;
    }
    
    table tbody tr:hover>td,
    table tbody tr:hover>th {
        background-color: hsla(0, 0%, 50.2%, .1019607843);
    }
    
    .tab-switcher-content .button:hover,
    .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button.button:hover {
        background: #DE420F;
    }
    .woocommerce-MyAccount-navigation ul li:hover a {
        color: #f25f1f;
    }
    
    .dashboard-items a:hover {
        background: #f25f1f;
        border: 1px solid #f25f1f;
        color: #fff;
    }
    
    #main .woocommerce-orders-table .woocommerce-button:hover,
    #main .woocommerce-pagination .woocommerce-button:hover,
    #main .woocommerce-info .button:hover,
    .woocommerce-Address .edit:hover,
    #main .woocommerce-address-fields .button:hover,
    .woocommerce-EditAccountForm.edit-account .button:hover {
        background-color: #de420f;
        color: #fff;
    }
}

@media (max-width:1224px) {
    .woocommerce-lost-password .site-main {
        /*padding: 170px 30px 300px;*/
        padding: 200px 30px 300px;
    }
}

@media (max-width: 767px) {

    .site-main,
    .woocommerce-lost-password .site-main {
        /*padding: 93px 20px 300px;*/
        padding: 138px 20px 300px;
    }


    .logged-in.woocommerce-account .site-main .woocommerce {
        padding: 50px 20px 30px;
    }

    .tab-switcher-container,
    .woocommerce-lost-password .site-main .woocommerce {
        padding: 50px 20px;
    }

    .tab-switcher {
        margin: 30px auto 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-MyAccount-navigation,
    .woocommerce-lost-password .site-main .woocommerce .lost_reset_password .woocommerce-form-row {
        width: 100%;
    }

    .dashboard-hello {
        text-align: center;
        margin-bottom: 50px !important;
    }

    .dashboard-items {
        gap: 20px;
    }

    .dashboard-items a {
        width: 100%;
        text-align: center;
    }

    .woocommerce-MyAccount-navigation ul {
        padding-right: 0;
        padding-bottom: 50px;
    }

    .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        padding: 20px 10px !important;
    }

    #main .woocommerce-orders-table .woocommerce-button {
        width: 120px;
    }

    body.woocommerce-account .woocommerce-info {
        padding: 25px 20px 25px 20px !important;
        font-size: 12px;
    }

    #main .woocommerce-info .button {
        width: 170px;
        height: 45px;
        font-size: 12px;
        margin-top: 20px;
    }

    .u-column1.col-1.woocommerce-Address {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .woocommerce-MyAccount-content {
        overflow-x: scroll;
    }

    /** Lost pass */
    .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button.button {
        font-size: 12px;
        height: 45px;
    }


    /** adress */
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100%;
    }

}