.my_custome_table tr th,
.woocommerce table.shop_table th {
    font-size: 17px;
}

.myacc_section {
    padding: 0px !important;
}

.myacc_section .woocommerce {
    display: flex;
}

.myacc_section .woocommerce-MyAccount-content {
    padding: 30px 0px 0 0;
    width: 100% !important;
    position: relative;
}

.myacc_section nav.woocommerce-MyAccount-navigation li {
    display: block;
    padding: 10px 20px 10px !important;
    font-size: 15px;
    font-weight: 600;
    transition: all 300ms ease;
    margin-bottom: 5px;
}

.myacc_section nav.woocommerce-MyAccount-navigation li a:before {
    display: inline-block;
    font-family: 'simple-line-icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 13px;
}

.user_logout:before {
    display: inline-block;
    font-family: 'simple-line-icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\e065";
}

.myacc_section li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\e034";
    top: 4px;
}

nav.woocommerce-MyAccount-navigation li.is-active a:after {
    left: 0;
    background-color: #3f75c7;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(-90deg, #3f75c7, #3f75c7);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 0.8s;
}

.title_account {
    font-size: 26px;
    color: black;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

nav.woocommerce-MyAccount-navigation li.is-active a {
    color: white !important;
}

.myacc_section nav.woocommerce-MyAccount-navigation li:hover a {
    color: white;
}

.myacc_section li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.myacc_section .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\e033";
    top: 5px;
}

.addresses_custome_addresses .woocommerce-Address {
    background-color: white;
    padding: 20px;
    border: 1px solid #ddd;
}

.addresses_custome_addresses .edit i {
    margin: auto;
    color: #fff;
}

.addresses_custome_addresses .edit {
    color: white;
    padding: 10px;
    border: 1px solid #3f75c7;
    width: 40px;
    height: 40px;
    margin: auto;
    display: flex;
    background-color: #3f75c7;
}

.addresses_custome_addresses .edit:hover {
    background-color: black;
    transition: 0.6s;
    border: none;
}

.col_4_edit_user {
    width: 33.33%;
}

.row_class_edit_uer {
    display: flex;
}

.save_account_details_btn {
    margin-top: 13px;
    cursor: pointer;
    background: #3f75c7;
}

.woocommerce-MyAccount-content input {
    height: 50px;
}

.woocommerce-MyAccount-content p#billing_address_2_field,
.woocommerce-MyAccount-content input#shipping_address_2 {
    margin-top: 36px;
}

.woocommerce-MyAccount-content p#billing_first_name_field,
.woocommerce-MyAccount-content p#billing_last_name_field {
    width: 100%;
}

.woocommerce-MyAccount-content #shipping_first_name_field,
.woocommerce-MyAccount-content p#shipping_last_name_field {
    width: 100%;
}

button.bathup_btn.bathup_color_primary.save_address_data {
    padding: 10px;
    border: none;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
}

.myacc_section .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\e005";
    top: 5px;
}

.myacc_section .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\e065";
    top: 5px;
}

.myacc_section nav.woocommerce-MyAccount-navigation ul {
    padding: 0px !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}


.myacc_section .woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\e04f";
}

.myacc_section .woocommerce-MyAccount-navigation {
    float: left;
    width: 20% !important;
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #fff;
}

.account_page_custome_row {
    padding: 0px !important;
}

.myacc_section nav.woocommerce-MyAccount-navigation li {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 1s;
    width: 20%;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    border: 1px solid #dddddd82;
}

.myacc_section nav.woocommerce-MyAccount-navigation li a {
    transition: 1s;
}

.myacc_section nav.woocommerce-MyAccount-navigation li:hover {
    background: #3f75c7;
}

.myacc_section nav.woocommerce-MyAccount-navigation li:hover a {
    color: #fff !important;
}

.custome_order_box_icon.order_icon:before {
    display: inline-block;
    font-family: 'simple-line-icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 0;
}

.order_icon:before {
    content: "\e04f" !important;
}

.billing_address:before {
    content: "\e033" !important;
}

.edit_account:before {
    content: "\e05f" !important;
}

.custome_order_col_4 {
    width: 33.33%;
    padding: 30px 10px 0 0;
    padding-left: 0px;
}

.custome_order_col_4:last-child {
    padding-right: 0;
}


.custome_order_class_row {
    display: flex;
}

.custome_order_box {
    text-align: center;
    margin: auto;
    padding: 20px 15px;
    background-color: white;
    background-image: linear-gradient(-90deg, #fff, #fff);
    border: 1px solid black;
    height: 100%;
}

.myacc_section .woocommerce {
    display: flex;
    flex-wrap: wrap;
}

.custome_order_class_title_checkout i {
    font-size: 20px;
    background-color: #3f75c7;
    padding: 12px;
    color: white;
    border-radius: 30px;
    border-radius: 0px 18px 18px 0px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}


.my_custome_table tr td {
    font-size: 18px;
    color: black;
}

.my_custome_table {
    border: 2px solid black !important;
}

.my_custome_table tr th {
    font-size: 22px;
    color: black;
    font-weight: 600;
}

.msg_class_custome {
    text-transform: capitalize;
    margin: auto;
    margin-left: 0px;
    font-size: 18px;
    color: black;
}

.no_product_msg_row {
    display: flex;
    padding: 10px;
    border: 2px solid black;
}

.log_out_main_class {
    display: none;
}

.custome_order_class_title_checkout {
    position: absolute;
    right: 0;
    top: 0;
    right: 12px;
}

.custome_order_class_title_checkout a {
    display: flex;
}

.custome_order_class_title_checkout span {
    padding: 10px;
    border: 1px solid #3f75c7;
    border-radius: 18px 0px 0px 18px;
    float: left;
    font-size: 16px;
    color: black;
    font-weight: 700;
}

.myacc_section .woocommerce-MyAccount-navigation {
    float: left;
    width: 100% !important;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    margin-right: 0;
}

.custome_order_box_icon {
    font-size: 30px;
    color: black;
    width: 100%;
    float: left;
    height: 40px;
}

.custome_order_box_text {
    font-size: 17px;
    text-transform: capitalize;
    margin-top: 50px;
    color: black;
    font-weight: 700;
}

.custome_order_class_title span {
    padding: 10px;
    border: 1px solid #3f75c7;
    border-radius: 0px 18px 18px 0px;
    float: left;
    font-size: 16px;
    color: black;
    font-weight: 700;
}

.custome_order_class_title {
    position: absolute;
    display: flex;
}

.custome_order_class_title,
.custome_order_class_title_checkout {
    top: 25px;
}

.custome_order_class_title i {
    font-size: 20px;
    background-color: #3f75c7;
    padding: 10px;
    color: white;
    border-radius: 30px;
    border-radius: 18px 0px 0px 18px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bt_order_details_custome tr td,
.bt_order_details_custome tr td a {
    font-size: 18px;
    color: black;
    font-weight: 500 !important;
}

.bt_order_details_custome {
    background-color: white;
}

.bt_order_details_custome h2.woocommerce-column__title {
    font-size: 23px;
}

.bt_order_details_custome tr th {
    font-size: 23px;
    color: black;
    font-weight: 600 !important;
}

.bt_details_adreess .addresses {
    display: flex;
}

.bt_details_adreess .woocommerce-column {
    background-color: white;
    padding: 20px;
}

.woocommerce-MyAccount-content p {
    font-size: 16px;
    color: black;
    margin-bottom: 15px;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.my_custome_table {
    margin-top: 35px;
}

address.custome_adress {
    border: none !important;
    font-size: 17px;
    color: black;
    line-height: 1.8em;
}

.bt_details_adreess .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    float: right;
    margin-left: 2%;
}

.myacc_section nav.woocommerce-MyAccount-navigation li a {
    color: black;
    font-weight: 600;
    font-size: 18px;
}

.myacc_section .select2-container--default .select2-selection--single {
    border: 1px solid #000 !important;
}

.myacc_section .select2-container--default .select2-selection--single {
    padding: 0 15px;
    height: 50px;
    text-align: left;
    font-size: 14px;
    line-height: 38px;
}

.myacc_section .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
}

.myacc_section .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 20% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    top: 83% !important;
}

.myacc_section .woocommerce-MyAccount-content input {
    background: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    height: 50px !important;
}

.myacc_section .woocommerce-MyAccount-content a.bathup_btn.bathup_color_primary {
    font-size: 16px !important;
    color: #3f75c7;
    text-decoration: revert;
}


.myacc_col_box {
    width: 75%;
    margin: auto;
}


@media all and (min-width: 320px) and (max-width: 767px) {
    .myacc_col_box {
        width: 100%;
    }

    .myacc_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 13px;
    }

    .custome_order_box_text {
        font-size: 12px;
        margin-top: 30px;
    }

    .title_account {
        font-size: 18px;
        margin-top: 20px;
    }

    .custome_order_box {
        padding: 10px 5px;
    }

    .myacc_section nav.woocommerce-MyAccount-navigation li {
        padding: 5px 5px 5px !important;
        width: 145px;
        justify-content: left;
        
    }

    .custome_order_class_title span,
    .custome_order_class_title_checkout span {
        font-size: 13px;
        line-height: 1.5;
    }


    .custome_order_class_title i,
    .custome_order_class_title_checkout i {
        font-size: 15px;
        padding: 5px;
    }

    .custome_order_class_title span {
        border-radius: 0px 8px 8px 0px;
    }


    .custome_order_class_title i {
        border-radius: 8px 0px 0px 8px;
    }


    .custome_order_class_title_checkout span {
        border-radius: 8px 0px 0px 8px;
    }


    .custome_order_class_title_checkout i {
        border-radius: 0px 8px 8px 0px;
    }

    .myacc_section nav.woocommerce-MyAccount-navigation ul {
        margin-bottom: 30px;
    }

    .custome_order_box_icon {
        font-size: 25px;
    }

    .myacc_section nav.woocommerce-MyAccount-navigation li a:before {
        margin-right: 5px;
    }

    .custome_order_class_row {
        display: flex;
        flex-wrap: wrap;
    }

    .custome_order_col_4 {
        width: 230px;
        padding: 10px 0;
        margin: auto;
    }

    /* .myacc_section .woocommerce-MyAccount-content {
        padding: 40px 0px 0 0;
    } */

    .custome_order_class_title,
    .custome_order_class_title_checkout {
        top: -5px;
    }

    .msg_class_custome {
        font-size: 15px;
    }

    .no_product_msg_row {
        display: block;
    }

    .addresses_custome_addresses .woocommerce-Address {
        padding: 10px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {
    .myacc_col_box {
        width: 100%;
    }

    .myacc_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 13px;
    }

    .custome_order_box_text {
        font-size: 12px;
        margin-top: 30px;
    }

    .title_account {
        font-size: 20px;
    }

    .custome_order_box {
        padding: 10px 5px;
    }

    .myacc_section nav.woocommerce-MyAccount-navigation li {
        padding: 7px 5px 7px !important;
    }

    .custome_order_class_title span,
    .custome_order_class_title_checkout span {
        padding: 5px;
        font-size: 14px;
    }


    .custome_order_class_title i,
    .custome_order_class_title_checkout i {
        font-size: 15px;
        padding: 10px;
    }

    .custome_order_class_title span {
        border-radius: 0px 8px 8px 0px;
    }


    .custome_order_class_title i {
        border-radius: 8px 0px 0px 8px;
    }


    .custome_order_class_title_checkout span {
        border-radius: 8px 0px 0px 8px;
    }


    .custome_order_class_title_checkout i {
        border-radius: 0px 8px 8px 0px;
    }

    .myacc_section nav.woocommerce-MyAccount-navigation ul {
        margin-bottom: 10px;
    }

    .custome_order_box_icon {
        font-size: 25px;
    }

    .myacc_section nav.woocommerce-MyAccount-navigation li a:before {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .myacc_col_box {
        width: 95%;
    }

    .myacc_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 15px;
    }

    .custome_order_box_text {
        font-size: 15px;
    }

    .myacc_section nav.woocommerce-MyAccount-navigation li {
        padding: 7px 10px 7px !important;
    }

    .custome_order_class_title span,
    .custome_order_class_title_checkout span {
        padding: 5px;
        font-size: 14px;
    }


    .custome_order_class_title i,
    .custome_order_class_title_checkout i {
        font-size: 15px;
        padding: 10px;
    }

    .custome_order_class_title span {
        border-radius: 0px 8px 8px 0px;
    }


    .custome_order_class_title i {
        border-radius: 8px 0px 0px 8px;
    }


    .custome_order_class_title_checkout span {
        border-radius: 8px 0px 0px 8px;
    }


    .custome_order_class_title_checkout i {
        border-radius: 0px 8px 8px 0px;
    }

    .myacc_section nav.woocommerce-MyAccount-navigation ul {
        margin-bottom: 10px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .myacc_col_box {
        width: 90%;
    }

    .myacc_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 15px;
    }

    .custome_order_box_text {
        font-size: 15px;
    }

    .myacc_section nav.woocommerce-MyAccount-navigation li {
        padding: 7px 10px 7px !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    .myacc_col_box {
        width: 90%;
    }

    .myacc_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 15px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .myacc_col_box {
        width: 85%;
    }

    .myacc_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 16px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .myacc_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 15px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}