.woocommerce-MyAccount-content .woocommerce-Addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce-MyAccount-content .woocommerce-Addresses>div {
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.woocommerce-MyAccount-content .woocommerce-Addresses>div:first-child {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.woocommerce-MyAccount-content .ocwma_table_ship .shipping_address {
    display: block !important;
    margin: 0;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 calc(50% - 20px) !important;
    flex: 0 0 calc(50% - 20px) !important;
    max-width: calc(50% - 20px)!important;
    margin-bottom: 20px;
    padding: 10px 20px 20px;
    background: #f9f9f9;
    margin: 10px;
}

.woocommerce-MyAccount-content .ocwma_table_ship .shipping_address button,
.woocommerce-MyAccount-content .delete_ship_address {
    background: none;
    color: #00744e;
    text-transform: none;
    padding: 0;
    margin-right: 15px;
    font-size: 16px;
    line-height: 1em;
    height: auto;
    padding: 10px 0;
}

.woocommerce-MyAccount-content .ocwma_table_ship {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -10px;
}

@media (max-width:767px) {
    .woocommerce-MyAccount-content .ocwma_table_ship {
        margin: 0
    }
    .woocommerce-MyAccount-content .ocwma_table_ship .shipping_address {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
    .woocommerce-MyAccount-content .woocommerce-Addresses>div:first-child {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px !important;
    }
}

.woocommerce-MyAccount-content span.shipping_address_inner {
    display: block;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}


/** default +*/

.ocwma_table_bill .billing_address button.form_option_edit {
    background-color: inherit;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #000;
    padding: 0px;
}

.ocwma_table_bill .billing_address span.delete_bill_address {
    float: right;
}

.ocwma_table_bill .billing_address span.delete_bill_address a {
    text-decoration: none;
}

.ocwma_table_bill .billing_address {
    padding: 15px;
    background: #f1f1f1;
    margin-bottom: 10px;
}

.ocwma_table_ship .shipping_address span.delete_ship_address {
    float: right;
}

.ocwma_table_ship .shipping_address span.delete_ship_address a {
    text-decoration: none;
}

#ocwma_billing_popup ::-webkit-scrollbar {
    width: 10px;
}


/* Track */

#ocwma_billing_popup ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.checkeddd {
    opacity: 0.5;
    pointer-events: none;
}


/* Handle */

#ocwma_billing_popup ::-webkit-scrollbar-thumb {
    background: #b5b5b5;
    width: 10px;
    border-radius: 5px;
}


/* Handle on hover */

#ocwma_billing_popup ::-webkit-scrollbar-thumb:hover {
    background: #b5b5b5;
    width: 10px;
}

#ocwma_shipping_popup ::-webkit-scrollbar {
    width: 10px;
}


/* Track */

#ocwma_shipping_popup ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}


/* Handle */

#ocwma_shipping_popup ::-webkit-scrollbar-thumb {
    background: #b5b5b5;
    width: 10px;
    border-radius: 5px;
}


/* Handle on hover */

#ocwma_shipping_popup ::-webkit-scrollbar-thumb:hover {
    background: #b5b5b5;
    width: 10px;
}

.ocwma_billing_popup_class {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgb(0 0 0 / 52%)/* Black w/ opacity */
}

.ocwma_shipping_popup_class {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgb(0 0 0 / 52%)/* Black w/ opacity */
}

.ocwma_billing_popup_body {
    overflow: hidden;
    position: relative;
}

.ocwma_billing_popup_body:after {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ocwma_shipping_popup_body {
    overflow: hidden;
    position: relative;
}

.ocwma_shipping_popup_body:after {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

img.ocma_loader,
img.ocwqv_loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
}

.ocwma_close:hover,
.ocwma_close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.ocwma_close {
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    right: 2%;
    top: 1%;
    height: 25px;
    line-height: 26px;
    width: 25px;
    vertical-align: middle;
    background-color: #000;
    text-align: center;
    color: #fff;
    z-index: 999;
    border-radius: 50%;
    font-family: arial;
}

.ocwma_modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    width: 40%;
    border-radius: 5px;
    padding: 20px;
}

.ocwma_woocommerce-address-fields>p {
    margin-bottom: 0
}

.woocommerce .ocwma_woocommerce-address-fields .select2-container {
    z-index: 999;
}

.ocwma_bill_table td {
    padding: 0px;
    border: none;
}

.ocwma_ship_table td {
    padding: 0px;
    border: none;
}

table.ocwma_bill_table {
    width: 100%;
    border: none;
}

table.ocwma_ship_table {
    width: 100%;
    border: none;
}

.ocwma_bill_table tr {
    border: none;
}

.ocwma_ship_table tr {
    border: none;
}

.cus_menu .billling-button {
    width: 48%;
    float: left;
    display: inline-block;
}

.cus_menu {
    width: 100%;
    display: inline-block;
    float: left;
}


/*.ocwma_bill_table tr:first-child {
    font-size: 23px;
}*/

select.ocwma_select {
    width: 100%;
    margin-bottom: 5px;
}

.ocwma_select_shipping {
    width: 100%;
    margin-bottom: 5px;
}

h3.ocwma_border {
    border: 4px solid red;
    padding: 10px;
    font-weight: bolder;
    text-align: center;
}

.ocwma_table_bill {
    width: 48%;
    float: left;
    display: inline-block;
    padding-right: 10px;
}

.form_option_billing,
.form_option_shipping {
    display: inline-block;
    margin: 15px 0;
}

.ocwma_modal-content .ocwma_inerror {
    border: 3px solid red;
}


/* choice address in checkou page popup css start */

a.choice_bil_address,
a.choice_sheep_address {
    text-decoration: none !important;
    font-weight: 500;
}

.address_selection_popup_main {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgb(0 0 0 / 52%)/* Black w/ opacity */
    ;
}

.address_selection_popup_inner {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 55%;
    border-radius: 5px;
    padding: 37px 20px 80px 20px;
}

span.ocwma_close_choice_section {
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: -45px;
    height: 25px;
    line-height: 26px;
    width: 25px;
    vertical-align: middle;
    background-color: #fff;
    text-align: center;
    color: #000;
    z-index: 999;
    border-radius: 50%;
    font-family: arial;
    cursor: pointer;
}

.ocwma_choice_bil_address {
    overflow: hidden;
    position: relative;
}

.address_line ul {
    list-style: none;
    margin: auto;
    padding: 10px 20px;
}

.address_line {
    display: inline-block;
    width: 32.8%;
    padding: 10px;
    font-size: 17px;
}

.address_line_inner {
    border: 1px solid #ccc;
}

.address_line_inner h5 {
    margin: 0;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.address_select_button {
    padding: 10px 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

a.choice_address {
    padding: 5px 10px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000;
    border-radius: 5px;
}

a.choice_address:hover {
    background-color: #000000;
    color: #ffffff;
}

a.choice_address:focus {
    outline: none;
    text-decoration: none;
}

.billing_popup_header {
    position: relative;
    background-color: #000000;
    margin: auto;
    border: 1px solid #000;
    width: 55%;
    top: 4px;
    color: #fff;
    z-index: 999;
    padding: 0 20px;
}

.billing_popup_header h3 {
    margin: 0;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

a#choice_bil_address {
    text-decoration: none !important;
    color: #000000;
    background-color: #ffffff;
    padding: 0;
    border-radius: 0;
    border: 0;
}

a#choice_sheep_address {
    text-decoration: none !important;
    color: #000000;
    background-color: #ffffff;
    padding: 0;
    border-radius: 0;
    border: 0;
}

.ocwma_choice_ship_address {
    overflow: hidden;
    position: relative;
}

.shipping_address_selection_popup_main {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgb(0 0 0 / 52%)/* Black w/ opacity */
    ;
}

.shipping_address_selection_popup_inner {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 55%;
    border-radius: 5px;
    padding: 37px 20px 80px 20px;
}

span.shipping_ocwma_close_choice_section {
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: -45px;
    height: 25px;
    line-height: 26px;
    width: 25px;
    vertical-align: middle;
    background-color: #fff;
    text-align: center;
    color: #000;
    z-index: 999;
    border-radius: 50%;
    font-family: arial;
    cursor: pointer;
}

.shipping_address_line ul {
    list-style: none;
    margin: auto;
    padding: 10px 20px;
}

.shipping_address_line {
    display: inline-block;
    width: 32.8%;
    padding: 10px;
    font-size: 17px;
}

.shipping_address_line_inner {
    border: 1px solid #ccc;
}

.shipping_address_line_inner h5 {
    margin: 0;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.shipping_address_select_button {
    padding: 10px 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

a.choice_shipping_address {
    padding: 5px 10px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000;
    border-radius: 5px;
}

a.choice_shipping_address:hover {
    background-color: #000000;
    color: #ffffff;
}

a.choice_shipping_address:focus {
    outline: none;
    text-decoration: none;
}

.shipping_popup_header {
    position: relative;
    background-color: #000000;
    margin: auto;
    border: 1px solid #000;
    width: 55%;
    top: 4px;
    color: #fff;
    z-index: 999;
}

.shipping_popup_header h3 {
    margin: 0;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.billing_address_empty,
.shipping_address_empty {
    padding: 10px;
    margin: 10px 0px;
}

p.billing_empty_message,
p.shipping_empty_message {
    color: #f00;
}

.address-field select {
    border: 1px solid #ccc;
}

#shipping_address_2_field {
    display: none !important
}


/* choice address in checkou page popup css end */

@media screen and (max-width: 767px) {
    .ocwma_modal-content {
        width: 96%;
    }
}