.woocommerce-password-strength.bad{color:#ffc107}
#reg_message,
.woocommerce-password-strength{
    font-weight: 400;
    padding: .5407911001em 0;
    text-align: right;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 14px;
}
/* login & register */
.customer-login .col-1, .customer-login .col-2{ 
    max-width: 100% !important; 
}
#primary .entry-content{
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
}
#primary .entry-content > .woocommerce{ 
    justify-content: space-between; 
    align-items: flex-start; 
    position: relative;
}
#primary .entry-content #code-verify{
    padding-bottom: 20px!important;
    margin: 0 auto 30px!important;
}
#primary .entry-content #code-verify,
#primary .entry-content .customer-login,
#primary .entry-content .customer-reset-password{
    display: flex;
    flex-direction: column; 
    margin: 15px auto 0!important;
    position: relative;
    float: unset !important;
    max-width: 400px !important;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 25px 25px 0;
}
#primary .entry-content  #code-verify .submit-code-verify,
#primary .entry-content .woocommerce-form p.form-row button.woocommerce-button,
#primary .entry-content .woocommerce-form p.form-row button.woocommerce-Button,
#primary .entry-content button.woocommerce-Button[name="sent_verify"]{
    border-radius: 5px;
    padding: 8px 12px;
    background: var(--color-red);
    color: #fff;
    margin-bottom: 5px;
}
#primary .entry-content  #code-verify input,
#primary .entry-content .woocommerce-form p input{
    padding: 5px 12px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: none !important;
}
#primary .entry-content  #code-verify input{
    margin-bottom: 15px
}
#primary .entry-content .woocommerce-form p input:focus{ 
    outline: none; 
    background: #fff;
}
#primary .entry-content .login-form .tab_drawer_heading { display: none; }
/* tabs */
#primary .entry-content .login-form #login h2,
#primary .entry-content .login-form #register h2{
    display: none;
}
#primary .entry-content .login-form #login,
#primary .entry-content .login-form #register{
    width: 100% !important;
    padding: 0px !important;
    margin: 0 auto !important;
    border-radius: 5px
}
#primary .entry-content .login-form ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    z-index: 2;
    width: 100%;
    display: flex;
}
#primary .entry-content .login-form  ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 15px 0;
    border-top: 2px solid var(--color-red)!important;
    background-color: #fff;
    color: #000;
    overflow: hidden;
    position: relative;
    text-align: center;
    flex-basis: 50%;
}
#primary .entry-content .login-form  ul.tabs li.active {
    background-color: var(--dark-blue);
    border-top-color: var(--dark-blue) !important;
    color: #fff;
    display: block;
}
#primary .entry-content .login-form .tab_container {
    border: 1px solid #333;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}
#primary .entry-content .login-form .tab_content {
    padding: 20px;
    display: none;
}
/* Woocommerce form  */
.woocommerce-form p{
    margin: 0 0 15px !important;
    color: #333
}
.woocommerce-form .woocommerce-privacy-policy-text p{
    line-height: 22px;
    font-weight: 100;
}
.woocommerce-form .woocommerce-privacy-policy-text p a{
    text-decoration: underline !important
}
.woocommerce-form p.form-row{ display: grid; position: relative;}
.woocommerce-form-login, 
.woocommerce-form-register{ 
    margin: 25px 0;
}
.woocommerce-form p.form-row button.woocommerce-button:focus{ outline: none; }
.woocommerce-form p.form-row-first, 
.woocommerce-form p.form-row-last{ width: 49% !important; }
.woocommerce-form p.lost_password {
    text-align: center;
    border-top: 1px solid #eee;
    margin: 0 auto !important;
    padding: 10px 0 0;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
    padding: 15px 0;
}
.woocommerce-form .lost_password a{ color:  var(--color-red); }
.woocommerce-form .customer-name { display: flex; justify-content: space-between; }

/* reset password */
.woocommerce-form.reset-password p{
    width: 100% !important;
}
.woocommerce-form.reset-password .reset-password-title{
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--base-color);
}
button.woocommerce-Button[name="sent_verify"]{
    background: var(--base-color);
    width: 100%
}

/* logged */
form p { margin-left: 0; margin-right: 0 }
.woocommerce-MyAccount-content{
    margin-right: 0 !important;
    width: 100% !important;
    flex-basis: 76%;
    padding: 20px 20px 30px;
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #eee;
    position: relative;
}

/* woocommerce-MyAccount-navigation */
.woocommerce-MyAccount-navigation{
    background: #fafafa;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    float: unset;
    flex-basis: 22%;
    width: 100% !important;
    margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation ul{ 
    border-top: 0 !important; 
}
.woocommerce-MyAccount-navigation ul li{ 
    padding: 15px 0; 
}
.woocommerce-MyAccount-navigation ul li:last-child{ 
    border-bottom: 0 !important; 
}
.woocommerce-MyAccount-navigation ul li a { 
    padding: 0 !important; 
    color: #000;
    line-height: 34px
}
.woocommerce-MyAccount-navigation ul li.is-active a{ 
    color: var(--base-color); 
}
.woocommerce-MyAccount-navigation ul li a:hover{ 
    color: var(--base-color); 
}
.woocommerce-MyAccount-navigation ul li a:before{
    float: left !important;
    margin-right: 10px;
    font-size: 30px;
    margin-left: 0;
    transform: translateY(-20%);
    text-align: center;
}
/*.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before{
    content: "\f538"!important;
}*/

/* woocommerce-MyAccount-dashboard */
.woocommerce-MyAccount-dashboard p > span{
    font-size: 26px;
    color: var(--base-color);
    font-weight: 700;
    display: block;
}
.woocommerce-MyAccount-dashboard .myacc-logout{
    margin: 0 auto
}
.woocommerce-MyAccount-dashboard .myacc-logout > a{
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #f00 !important;
    color: #fff !important;
    margin: 0 auto;
    opacity: .7;
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
}
.woocommerce-MyAccount-dashboard .myacc-logout > a:hover{
    opacity: 1
}
.woocommerce-MyAccount-dashboard .myacc-login,
.woocommerce-MyAccount-dashboard .myacc-loyalty{
    text-align: center;
}
.woocommerce-MyAccount-dashboard .myacc-login{
    margin-bottom: 0
}
.woocommerce-MyAccount-dashboard .myacc-loyalty{
    margin-bottom: 30px
}
.woocommerce-MyAccount-dashboard ul.myacc-vip{
    margin: 0 -10px
}
.woocommerce-MyAccount-dashboard ul.myacc-vip li{
    padding: 0 10px;
    margin-bottom: 10px
}
.woocommerce-MyAccount-dashboard ul.myacc-vip li span{
    width: 100%;
    min-height: 50px;
    /*float: left;*/
    padding: 5px 0;
}
.woocommerce-MyAccount-dashboard ul.myacc-vip li span:lang(km){
    font-size: 14px
}
.woocommerce-MyAccount-dashboard ul.myacc-vip li p{
    margin-bottom: 12px
}
.woocommerce-MyAccount-dashboard ul.myacc-vip li span{
    width: auto;
    /*float: none;*/
}
.woocommerce-MyAccount-dashboard ul.myacc-vip li.image-carousel-cell span{
    width: 100%!important;
    float: left!important;
    font-size: 14px;
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
    /* woocommerce-MyAccount */
    .woocommerce-MyAccount-content{
        padding: 15px 15px 40px;
        margin-bottom: 20px
    }
    .woocommerce-MyAccount-dashboard .myacc-logout > a{
        bottom: 15px;
        top: inherit;
        left: 15px;
        text-align: center;
    }
    .woocommerce-MyAccount-dashboard .myacc-loyalty{
        margin-bottom: 5px
    }
    .woocommerce-MyAccount-dashboard ul.myacc-vip li p {
        font-size: 14px;
    }
   
}
/* woocommerce-MyAccount-orders */
table.woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions{
  padding-right: 28px
}   
table.woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions,
table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions{
    text-align: right !important;
}
table.woocommerce-MyAccount-orders .woocommerce-pagination .woocommerce-Button--next.button{
    padding: 8px 16px!important
}
table.woocommerce-MyAccount-orders .woocommerce-pagination .woocommerce-Button--next.button,
table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a{
    background: var(--base-color);
    color: #fff;
    border-radius: 5px;
}
table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell{
    vertical-align: middle!important;
}
table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell .button{
    opacity: .8
}
table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell .button:hover{
    background-color: var(--base-color)!important;
    color: #fff!important;
    opacity: 1
}
table.woocommerce-MyAccount-orders .woocommerce-Price-amount{
    float: left!important;
    line-height: 22px!important;
    margin-right: 4px
}
section.woocommerce-order-details table tr th,
section.woocommerce-order-details table tr td{
    background-color: #fff!important;
    border-bottom: 1px solid #fafafa;
}
section.woocommerce-order-details p{
    padding-bottom: 5px
}
.select2-container,
.select2-container--default .select2-selection--single{
    height: 36px!important
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px!important
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px!important;
    right: 5px!important
}
/* Download */
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{
    display: none;
    visibility: hidden;
}

/* woocommerce-Addresses */
div.woocommerce-Addresses{ 
    display: flex; 
    justify-content: space-between;
}

div.woocommerce-Addresses .woocommerce-Address{
    float: left;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 8px 15px -12px rgba(150,150,150,0.25);
    border-radius: 4px;
    margin-bottom: 15px
}
@media (min-width: 767px) {
    div.woocommerce-Addresses .woocommerce-Address{
        max-width: calc(49% - 1%);
        margin-bottom: 0
    }
    div.woocommerce-Addresses .addresses header.title a{
        margin-top: 0px!important
    }
    div.woocommerce-Addresses .addresses header.title a::before{
        font-size: 22px!important
    }
}
/* edit billing & shpping address */
.woocommerce-MyAccount-content > form{
    margin-bottom: 0
}
.woocommerce-address-fields > p{
    margin: 15px 0 0;   
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper{ 
    /*display: flex; */
    flex-direction: column;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper p{ 
    display: flex;
    flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
    width: auto !important;
}
.woocommerce-address-fields p button.button:focus{ outline: none; }
.woocommerce-address-fields p button.button.loading:hover{ background: var(--base-color); }
.woocommerce-address-fields p button.button{ 
    border-radius: 5px; 
    background: var(--base-color);
    color: #fff;
    padding: 8px 15px;
    width:100%
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span input:focus{ outline: none; }
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span input{
    padding: 5px 12px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: none !important;
}
.addresses header.title h3:lang(km) {
    float: left;
    font-size: 18px;
    line-height: 48px;
}
#billing_country_field{
    display: none;
    visibility: hidden;
}
.woocommerce-address-fields #billing_first_name_field,
.woocommerce-address-fields #billing_last_name_field,
.woocommerce-address-fields #shipping_first_name_field,
.woocommerce-address-fields #shipping_last_name_field{
    width: 49%!important;
    float: left;
}
.woocommerce-address-fields #billing_last_name_field,
.woocommerce-address-fields #shipping_last_name_field{
    float: right;
}
.woocommerce-address-fields #billing_address_2_field,
.woocommerce-address-fields #billing_country_field,
.woocommerce-address-fields #billing_city_field,
.woocommerce-address-fields #billing_postcode_field,
.woocommerce-address-fields #shipping_address_2_field,
.woocommerce-address-fields #shipping_country_field,
.woocommerce-address-fields #shipping_city_field,
.woocommerce-address-fields #shipping_postcode_field{
    display: none!important;
    visibility: hidden!important;
}

/* Edit Account  */
.woocommerce-MyAccount-content .woocommerce-EditAccountForm{ 
    display: flex; 
    flex-direction: column;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm p{
    display: flex;
    flex-direction: column;
    margin-right: 0 !important;
    width: auto !important;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm p input{
    padding: 5px 12px;
    background: #fff;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #eee;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm p input:focus{ 
    outline: none; 
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset{
    padding: 15px;
    margin-top: 15px;
    border: 1px solid var(--base-color);
    border-radius: 5px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend{
    width: max-content;
    background: transparent;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm p button.woocommerce-Button.button {
    background: var(--base-color);
    color: #fff;
    border-radius: 5px;
    padding: 8px 0;
}





@media (min-width: 768px){
    body.logged-in .entry-content > .woocommerce{ display: flex;  }
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-1,
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-2 {
        max-width: 50%;
        margin: 0 auto
    }
    .lost-password-confirmation{
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        margin: 0 auto
    }
}
/*Medium devices (tablets, less than 992px) and Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .woocommerce-MyAccount-navigation{
        padding: 60px 20px 20px !important;
    }
    .woocommerce-MyAccount-navigation ul li{
        padding: 0 !important;
    }
    .woocommerce-MyAccount-navigation ul li a::before {
        float: unset !important;
        margin-right: 0px !important;
        transform: translateX(-50%) !important;
        bottom: 30px !important;
        left: 50% !important;
        position: absolute !important;
    }

}
@media (max-width: 991px) {
    .entry-content > .woocommerce { display: block !important;}
    .woocommerce-MyAccount-navigation ul{ display: flex; }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
    .woocommerce-message, .woocommerce-info, 
    .woocommerce-error, .woocommerce-noreviews, 
    p.no-comments{
        margin: 15px auto
    }
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-1,
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-2 {
        max-width: 100%;
        padding: 0
    }
    .woocommerce-MyAccount-navigation ul{
        display: block;
    }
    /* woocommerce order*/
    .woocommerce-orders table{
        margin: 0 auto
    }
    .woocommerce-orders .woocommerce-orders-table__row{
        margin-bottom: 15px;
        float: left;
        width: 100%;
        box-shadow: 0px 8px 9px -10px rgba(150,150,150,0.25);
        border: 1px solid #eee;
        border-radius: 4px;
        overflow: hidden;
    }
    .woocommerce-orders table:not( .has-background ) tbody td,
    .woocommerce-orders table:not( .has-background ) tbody tr:nth-child(2n) td{
        background-color: #fff;
        padding: 8px 12px
    }
    .woocommerce-orders .woocommerce-orders-table__cell-order-actions{
        height: 56px;
        line-height: 32px;
        padding-bottom: 12px;
    }
    .my_account_orders .button,
    .woocommerce-MyAccount-downloads .button{
        margin: 0 auto;
        padding: 2px 12px !important
    }
    .woocommerce-orders-table__cell-order-actions a.invoice{ display: none; visibility: hidden; }
    .woocommerce-pagination{
        float: none;
        border: 0;
    }
    /* woocommerce login */
    .woocommerce-form p.form-row-first, 
    .woocommerce-form p.form-row-last {
        width: 50% !important;
        float: left;
        padding-right: 15px;
    }
    .woocommerce-form.reset-password p{
        width: 100% !important;
    }
    .woocommerce-form p.form-row-last{
        padding-right: 0 !important;
    }
    /* woocommerce address */
    .addresses header.title{
        position: relative
    }
    .addresses header.title a {
        display: block;
        width: 1em;
        height: 1em;
        text-indent: -9999px;
        padding: 0.875em;
        margin-top: 0.6180469716em;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0 auto;
    }
    .addresses header.title a::before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        line-height: inherit;
        vertical-align: baseline;
        content: "\f044";
        line-height: 1.618;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        text-indent: 0;
        font-size: 18px;
    }
    .addresses header.title h3:lang(km) {
        width: 100%;
        line-height: 30px;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    .page-template-template-fullwidth .entry-content{
        margin-top: 0   
    }
    .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation{
        padding: 5px 20px
    }
    .woocommerce-address-fields > p{
        margin: 8px auto 0
    }
    #primary .entry-content .customer-login{ 
        margin-top: 45px!important
    }
}
@media (max-width: 414px) {
    .woocommerce-form.reset-password .customer-reset-password,
    .customer-login{ 
        width: 100% !important; 
    }
    ul.tabs li{
        padding: 12px 0
    }
}