/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1199px) {
    .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
        padding: 14px 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .myAccountNavigation {
        width: 210px;
    }

    .myAccountContent {
        width: calc(100% - 210px);
        padding: 25px 0 25px 25px;
    }

    table.shop_table tbody tr:first-child th, table.shop_table tbody tr:first-child td, table.shop_table tfoot tr:first-child th, table.shop_table tfoot tr:first-child td {
        padding-top: 35px;
    }
    
    table.shop_table tr th:last-child, table.shop_table tr td:last-child {
        padding-right: 20px;
    }

    table.shop_table tr th:first-child, table.shop_table tr td:first-child {
        padding-left: 20px;
    }
    
    table.shop_table tr th, table.shop_table tr td {
        padding: 10px 12px;
        font-size: 14px;
        line-height: 24px;
    }

    table.shop_table tbody tr:last-child th, table.shop_table tbody tr:last-child td, table.shop_table tfoot tr:last-child th, table.shop_table tfoot tr:last-child td {
        padding-bottom: 35px;
    }

    section.woocommerce-customer-details address {
        padding: 25px;
        font-size: 14px;
        line-height: 30px;
    }

    table.shop_table thead tr th.membership-actions {
        width: 150px;
    }

    table.shop_table thead tr th, table.shop_table thead tr td {
        padding: 12px 12px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
        padding: 10px 10px;
        font-size: 0;
        line-height: 0;
    }

    .myAccountNavigation {
        width: 46px;
        padding: 30px 0;
    }

    .myAccountContent {
        width: calc(100% - 46px);
    }

    .woocommerce-MyAccount-navigation ul li a::before{
        margin: 0;
        font-size: 18px;
    }

}

@media only screen and (max-width: 767px) {
    .myAccountNavigation {
        width: 100%;
        margin: 30px 0;
        padding: 10px 0 0;
    }

    .woocommerce-MyAccount-navigation>ul {
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    body .woocommerce-MyAccount-navigation-link {
        display: inline-block;
    }

    .myAccountContent{
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    
    .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
        padding: 10px 12px;
        font-size: 14px;
        line-height: 24px;
    }

    .hentry .entry-content .woocommerce-MyAccount-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .woocommerce-MyAccount-content {
        padding: 16px;
    }

    .myAccountDasboardWrapper h4 {
        margin: 0 0 12px;
        font-size: 18px;
        line-height: 24px;
    }

    .woocommerce-MyAccount-content p {
        font-size: 14px;
        line-height: 24px;
    }

    table.shop_table tr th, table.shop_table tr td {
        font-size: 14px;
        line-height: 24px;
        text-align: right;
        padding: 10px 16px;
    }

    table.shop_table tbody tr:first-child th, table.shop_table tbody tr:first-child td, table.shop_table tfoot tr:first-child th, table.shop_table tfoot tr:first-child td {
        padding-top: 10px;
    }
    
    table.shop_table tr th:first-child, table.shop_table tr td:first-child {
        padding-left: 16px;
    }

    table.shop_table tr th:last-child, table.shop_table tr td:last-child {
        padding-right: 16px;
    }

    table.shop_table tbody tr:last-child th, table.shop_table tbody tr:last-child td, table.shop_table tfoot tr:last-child th, table.shop_table tfoot tr:last-child td {
        padding-bottom: 10px;
    }

    table.shop_table.subscription_details tr td:first-child, table.shop_table.order_details tr td:first-child, table.shop_table.order_details tr th:first-child {
        text-align: left;
    }
    body table.shop_table_responsive tr td.payment-method-actions[data-title]::before{
        content: '';
    }

    .createNewPassword p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.emailFieldContainer {
        width: 75%;
    }
    
    a.changePasswordToggle {
        width: 25%;
    }

    .show-password-input{
        right: 5px;
    }
    
}

@media only screen and (max-width:600px){
    form.woocommerce-EditAccountForm .form-row.form-row-first, form.woocommerce-EditAccountForm .form-row.form-row-last {
        width: 100%;
    }

    section.woocommerce-customer-details address {
        padding: 15px;
        font-size: 14px;
        line-height: 30px;
    }
    .loginRow{
        padding: 0px 20px;
    }
    .loginFormContiner h2{
        margin-bottom: 40px;
    }
    .forgottenPassword {
        margin-bottom: 20px;
    }

    .createNewPassword p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.emailFieldContainer {
        width: 100%;
    }
    
    a.changePasswordToggle {
        width: 100%;
        padding-top: 5px;
    }
    
}
.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}