/*
 Theme Name:   FlipNewMedia Child
 Theme URI:    https://www.flipnewmedia.com/
 Description:  Flipnewmedia theme
 Author:       FlipNewMedia
 Author URI:   https://www.flipnewmedia.com/
 Template:     flipnewmedia
 Version:      1.0.6
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  flipnewmedia-child
*/
#order_review * {
    font-family: "proxima-nova", sans-serif !important;
}
/*MY ACOOUNT*/
.woocommerce-privacy-policy-text p {
    margin-bottom: 16px!important;
}
div#customer_login {
    max-width: var(--sitew);
    overflow: hidden;
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
    padding: 50px 0;
    width: 100%;
}
.u-column1.col-1 {
    width: calc(50% - 22px);
    margin: 0;
    border: solid 1px var(--m1);
    padding: 50px;
}
.u-column1.col-1 h2 {
    font-weight: normal;
    font-size: 45px;
    line-height: 52px;
    text-align: center;
    color: var(--m1);
    margin-bottom: 40px;
    border: none;
}
.woocommerce #customer_login .login .woocommerce-form-login__submit {
    display: block;
    background: var(--m1);
    border: 1px solid var(--m1);
    color: #ffff !important;
    border-radius: 0;
    height: 54px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
    cursor: pointer;
    transition: all 300ms;
    border-radius: 80px;
    text-align: CENTER;
    font-weight: 400;
}
.woocommerce #customer_login .login .form-row:not(.woocommerce-form-row--wide) {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
}
p.woocommerce-LostPassword.lost_password {
    text-align: center;
    display: block;
    color: var(--m1);
}
.u-column2.col-2 {
    background-color: var(--m1);
    width: calc(50% - 22px);
    padding: 50px;
}
.u-column2.col-2 * {
    color: #ffff;
    border-color: #fff;
    background-color: transparent;
}
input#vat {
    border: solid 1px #ffff;
    margin-bottom: 27px;
    width: 100%;
    height: 44px;
    border-radius: 0;
    outline: none;
    color: #fff!important;
    padding: 0 10px;
    margin-bottom: 0;
}
.u-column2.col-2 h2 {
    font-weight: normal;
    font-size: 45px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    border: none;
    margin-bottom: 40px;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    line-height: 1.2;
    display: block;
    background: var(--m1);
    border: 1px solid #fff;
    font-weight:400;
    color: #ffff !important;
    border-radius: 0;
    height: 54px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
    cursor: pointer;
    transition: all 300ms;
    margin-top: 20px;
    border-radius: 52px;
    text-align: center;
}
form.vat-registration span.required {
    display: none;
}
.code p {
    margin-right: 5px;
}
.woocommerce #customer_login .login .form-row.form-row-wide input {
    background-color: #ffff;
    border: solid 1px var(--m1);
    border-radius: 0;
    height: 44px;
    width: 100%;
    margin-bottom: 20px;
    color: var(--m1)!important;
    outline: none!important;
    padding: 0 10px;
}
div#customer_login label {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    display: block;
    margin-bottom: 8px;
}
div#customer_login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-bottom: 34px;
}
div#customer_login .col-1 label span.required {
    color: #000;
}
p.woocommerce-LostPassword.lost_password a {
    color: var(--m1);
    text-decoration: underline;
}
.woocommerce #customer_login .login .woocommerce-form-login__submit:hover {
    background-color: #fff;
    color: var(--m1);
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
    background-color: #fff;
    color: var(--m1);
}
.code {
    display: flex;
    align-items: center;
}
.form-col.reg .response.hidden {
    margin-left: 28px;
    margin-top: 10px;
}
.u-column2.col-2 input {
    border: solid 1px #ffff;
    border-radius: 0;
    height: 44px;
    width: 100%;
    margin-bottom: 20px;
    color: #fff!important;
    outline: none!important;
    padding: 0 10px;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 1140px) {
    .u-column2.col-2 {
      padding: 20px;
    }
    .u-column1.col-1 {
      padding: 20px;
    }
  }
  @media screen and (max-width: 991px) {
    .myaccount_page .woocommerce {
      padding: 60px 0;
    }
    .myaccount_page .woocommerce {
      padding: 60px 0;
    }
    div#customer_login {
      display: block;
    }
    .u-column1.col-1 {
      width: 100%;
      margin-bottom: 40px;
    }
    .u-column2.col-2 {
      width: 100%;
    }
    .u-column1.col-1 h2 {
      font-size: 28px;
      line-height: 1.4;
    }
  }
  @media screen and (max-width: 767px) {
    .myaccount_page .woocommerce {
      flex-direction: column;
    }
    .myaccount_page .woocommerce {
      flex-direction: column;
    }
  }
 .myaccount_page .woocommerce {
    max-width: var(--sitew);
    margin: 0 auto;
    display: FLEX;
    padding: 100px 0;
    flex-wrap: wrap;
  }
  form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 640px;
    margin: 0 auto;
  }
  form.woocommerce-ResetPassword.lost_reset_password p {
    text-align: center;
    max-width: 800px;
  }
  form.woocommerce-ResetPassword.lost_reset_password label {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin-bottom: 8px;
    margin-top: 37px;
  }
  form.woocommerce-ResetPassword.lost_reset_password input#user_login {
    background-color: #ffff;
    border: solid 1px var(--m1);
    border-radius: 0;
    height: 44px;
    width: 100%;
    margin-bottom: 20px;
    color: var(--m1) !important;
    outline: none !important;
    padding: 0 10px;
  }
  form.woocommerce-ResetPassword.lost_reset_password
    button.woocommerce-Button.button {
    display: block;
    background: var(--m1);
    border: 1px solid var(--m1);
    color: #ffff !important;
    border-radius: 0;
    height: 54px;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
    cursor: pointer;
    transition: all 300ms;
    border-radius: 60px !important;!i;!;
    font-weight: 400;
  }
  @media screen and (max-width: 991px) {
    .myaccount_page .woocommerce {
      padding: 60px 0;
    }
    .myaccount_page .woocommerce {
      padding: 60px 0;
    }
  }
  @media screen and (max-width: 767px) {
    .myaccount_page .woocommerce {
      flex-direction: column;
    }
    .myaccount_page .woocommerce {
      flex-direction: column;
    }
  }
/*END OF MY ACOOUNT*/