/* cart summary Box is same as on cart page its css is on cart summary css file */

/* All other css of this account page is Here */
:root{


    <!-- account_forget_password_popup variables  -->
    --account_forget_password_popup_bg_color:#FFFFFF;
    --account_forget_password_popup_heading_color:#212121;
    --account_forget_password_popup_btn_bg_color:#;
    --account_forget_password_popup_btn_text_color:#ffffff;
    --account_forget_password_popup_input_text_color:rgba(0, 0, 0, 0.7);
    --account_forget_password_popup_input_border_color:rgba(0, 0, 0, 0.16);
    --account_forget_password_popup_input_bg_color:#f6f6f6;

}

.check_out_option_section {
    float: left;
    width: 100%;
    padding:48px 10px 30px 10px;
    background: var(--checkout_process_bg_color);
    display: block;
}
.checkout_process_form_container {
    max-width: 1200px;
     margin: 0px auto;
}

.check_out_option_form_box {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px 30px;
    width: 100%;
    grid-template-rows: auto;
    grid-template-areas: ". .";
}

/*account login/create section start */

.check_out_option_account_form_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 30px;
    width: 100%;
    grid-template-rows: auto;
    grid-template-areas: ". .";
}
.check_out_option_form_box_one_content {
    background: var(--checkout_process_bg_color);
    padding: 32px 23px;
    width: 100%;
    display: grid;
    float: left;
    gap: 25px 0px;
    border: 1px solid var(--checkout_process_border_color);
    border-radius: 4px;
}
.check_out_option_form_box_one_content_header {
    display: grid;
    flex-direction: column;
    gap: 7px 0px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.check_out_option_form_box_one_content_header h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    color: var(--checkout_process_heading_color);
    margin: 0px;
    font-family: var(--checkout_process_heading_font_family);
    text-align: center;
}
.check_out_option_form_box_one_content_header p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color:var( --checkout_process_text_color);
    margin: 0px;
    font-family: var(--checkout_process_content_font_family);
}
.check_out_option_form_box_one_guest_btn a {
    background: var(--checkout_process_forms_guest_checkout_btn_bg_color);
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--checkout_process_forms_guest_checkout_btn_text_color);
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    transition: all 0.5s ease;
}
.check_out_option_form_box_one_guest_btn a span {
    transition: all 0.5s ease;
    color: var(--checkout_process_forms_guest_checkout_btn_text_color);
    font-family: var(--checkout_process_content_font_family);
}

.check_out_option_form_box_one_guest_btn a:hover span {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease;
}
.check_out_option_form_box_one_account_btn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.check_out_option_form_box_one_account_btn p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: var(--checkout_process_text_color);
  font-family: var(--checkout_process_content_font_family);
  margin: 0px;
padding-bottom: 4px;
}

.check_out_option_form_box_one_account_btn a{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--checkout_process_heading_color);
  text-decoration: underline !important;
  font-family: var(--checkout_process_content_font_family);
}

.check_out_option_form_box_two_content {
    background: var(--checkout_process_bg_color);
    padding: 32px 24px;
    width: 100%;
    display: grid;
    float: left;
    margin-bottom: 24px; 
}
.check_out_option_form_box_two_content_header {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 26px;
}
.check_out_option_form_box_two_content_header h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var( --checkout_process_heading_color);
    margin: 0px;
    font-family:var(--checkout_process_heading_font_family);
    text-align: center;
}
.check_out_option_form_box_two_content_signin_form {
    display: grid;
    gap: 10px 0px;
    width: 100%;
    margin-bottom: 12px;
}
.check_out_option_box_two_signin_form_input_fields_main {
    display: grid;
    width: 100%;
    gap: 4px;
}
.check_out_option_box_two_signin_form_input_fields {
    background:var( --checkout_process_input_bg_color);
    border-radius: 5px;
    height: 60px;
    display: flex;
    width: 100%;
    padding: 12px 24px 12px 16px;
    align-items: center;
}

.check_out_option_box_two_signin_form_input_fields_data {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-right: 10px;
}
.check_out_option_box_two_signin_form_input_fields_data span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: var( --checkout_process_input_label_color);
    padding-bottom: 3px;
    font-family: var(--checkout_process_content_font_family);
}

.check_out_option_box_two_signin_form_input_fields_data input{
    border: unset !important;
    background: unset !important;
    font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: var( --checkout_process_input_text_color);
font-family: var(--checkout_process_content_font_family);
}
.check_out_option_box_two_signin_form_input_fields i{
    font-size: 14px;
line-height: 17px; 
color: var( --checkout_process_input_label_color);
}
.check_out_option_box_two_signin_form_input_fields_data input:focus-visible{
    outline: none;
}
.check_out_option_box_two_signin_form_input_fields_data input:focus{
    outline: none;
}
.check_out_option_box_two_signin_form_input_fields_data input:-webkit-autofill,
.check_out_option_box_two_signin_form_input_fields_data input:-webkit-autofill:hover, 
.check_out_option_box_two_signin_form_input_fields_data input:-webkit-autofill:focus,
.check_out_option_box_two_signin_form_input_fields_data textarea:-webkit-autofill,
.check_out_option_box_two_signin_form_input_fields_data textarea:-webkit-autofill:hover,
.check_out_option_box_two_signin_form_input_fields_data textarea:-webkit-autofill:focus,
.check_out_option_box_two_signin_form_input_fields_data select:-webkit-autofill,
.check_out_option_box_two_signin_form_input_fields_data select:-webkit-autofill:hover,
.check_out_option_box_two_signin_form_input_fields_data select:-webkit-autofill:focus {
  border: unset !important;
  -webkit-text-fill-color: var( --checkout_process_input_text_color);
  -webkit-box-shadow: unset !important;
  transition: background-color 5000s ease-in-out 0s;
}

.check_out_option_box_two_signin_form_input_fields_data input::placeholder {
    font-style: normal;
    font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: var( --checkout_process_input_text_color);
}
.check_out_option_box_two_signin_form_input_fields_main label{
margin:0px !important;
font-family: var(--checkout_process_content_font_family);
}
.check_out_option_box_two_signin_form_signin_btn button {
    margin-top: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color:var(--checkout_process_forms_btn_text_color);
    background: var(--checkout_process_forms_btn_bg_color);
    border-radius: 4px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: unset;
    font-family: var(--checkout_process_content_font_family);
}
.check_out_option_box_two_signin_form_signin_btn input {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color:var(--checkout_process_forms_btn_text_color);
    background: var(--checkout_process_forms_btn_bg_color);
border-radius: 4px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
border: unset;
font-family: var(--checkout_process_content_font_family);
}
.check_out_option_form_box_two_google_signin_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.check_out_option_form_box_two_facebook_signin_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.check_out_option_form_box_two_google_signin_btn a {
    background: var(--checkout_process_forms_google_signin_btn_bg_color);
    box-shadow: 0px 4px 24px var(--checkout_process_forms_google_signin_btn_shadow_color);
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
border-radius: 4px;
font-family: var(--checkout_process_content_font_family);
}
.check_out_option_form_box_two_facebook_signin_btn a {
    color: white;
    background-color: #3b5998;
    box-shadow: 0px 4px 24px var(--checkout_process_forms_google_signin_btn_shadow_color);
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
border-radius: 4px;
font-family: var(--checkout_process_content_font_family);
}
.check_out_option_form_box_two_google_signin_btn a img {
    background: #FFFFFF;
    border-radius: 2px;
    width: 26px;
    padding: 5px;
}
.check_out_option_form_box_two_facebook_signin_btn a i {
    color: white;
    font-size: 20px;
    border-radius: 2px;
    width: 26px;
}
.check_out_option_form_box_two_google_signin_btn a span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--checkout_process_forms_google_signin_btn_text_color);
    padding-left: 6px;
    font-family: var(--checkout_process_content_font_family);
}
.check_out_option_form_box_two_facebook_signin_btn a span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: white;
    font-family: var(--checkout_process_content_font_family);
}
.check_out_option_form_box_two_account_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.check_out_option_form_box_two_account_btn p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: var( --checkout_process_text_color);
    margin: 0px;
    display: flex;
    align-items: center;
    font-family: var(--checkout_process_content_font_family);
}
.check_out_option_form_box_two_account_btn p a {
    color: var(--checkout_process_forms_active_color);
    padding-left: 4px;
    padding-right: 4px;
}
.check_out_option_form_box_two_account_btn p i {
    color:  var(--checkout_process_forms_active_color);
    padding-right: 4px;
}
.check_out_option_box_two_form_divider {
    display: grid;
    gap: 25px;
    width: 100%;
    padding-bottom: 30px;
    margin-top: 5px;
}
.check_out_option_box_two_form_divider a{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    color: var(--checkout_process_heading_color);
    font-family: var(--checkout_process_content_font_family);
}

.check_out_option_box_two_form_divider a:hover {
    color: var(--checkout_process_heading_color) !important;
}

.form_divider_lines{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.form_divider_lines span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--checkout_process_heading_color);
    margin-bottom: 3px;
}
.form_divider_lines small {
    flex-grow: 5;
    line-height: 0;
    text-align: center;
    position: relative;
    padding: 0px 10px 0px 10px;
    font-family: var(--checkout_process_content_font_family);
}
.form_divider_lines small:before {
    content: " ";
    display: block;
    border-bottom: 1px solid var(--checkout_process_border_color);
}


/*account login/create section End */

/* media query for account login/create section Start */
@media (min-width: 768px) and (max-width: 1024px) {
    .check_out_option_form_box {
        display: flex;
        flex-direction: column-reverse;
    }
 
}

@media (max-width: 767px) {
    .check_out_option_section {
    padding: 24px 10px 24px 10px;
    align-items: stretch;
    justify-content: center;
}
.check_out_option_form_box_two_account_btn {
    justify-content: flex-start;
}
.check_out_option_form_box_one_account_btn {
    justify-content: flex-start;
    align-items: flex-start;
}
    .check_out_option_form_box {
        grid-template-columns: 1fr;
        grid-template-areas: ".";
        gap: 0px;
    }

    .check_out_option_form_box_one {
    padding-bottom: 22px;
    border-bottom: 1px solid var(--checkout_process_border_color) !important;
}

    .check_out_option_form_box_two_content_header {
    padding-bottom: 16px;
    align-items: flex-start;
    justify-content: flex-start;
}
    .check_out_option_account_form_box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px 30px;
        grid-template-areas: ".";
    }
    .check_out_option_form_box_two_content {
    border: unset !important;
    padding: 0px;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.check_out_option_form_box_one_content {
    border: unset !important;
    padding: 0px !important;
    gap: 16px;
}
.check_out_option_form_box_one_content_header {
    display: none;
}
.check_out_option_box_two_form_divider {
    padding-bottom: 16px;
}

.check_out_option_form_box_three{
 display: none;
}
}

/* media query for account login/create section End */


/* account_forget_password_popup stye start */

.account_forget_password_container{
    max-width: 560px !important;
    margin: 20px auto !important;
    padding: 0px 20px !important;
}
.account_forget_password_popup{
    background: var(--account_forget_password_popup_bg_color);
    border-radius: 4px;
    padding: 32px 15px 72px 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
}
#account_forget_password_popup{
    padding: 0px !important;
}

.account_forget_password_popup_des{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
    flex-direction: column;
    text-align: center;
}
.account_forget_password_popup_des h5{
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    color: var(--account_forget_password_popup_heading_color);
    margin: 0px;
    padding-bottom: 9px;
}
.account_forget_password_popup form{
    width: 100%;
}

.account_forget_password_popup_input{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    max-width: 370px;
    margin: 0 auto;
}
.account_forget_password_popup_input_field{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 15px;
}
.account_forget_password_popup_input_field input{
    background: var(--account_forget_password_popup_input_bg_color);
    border: 1px solid var(--account_forget_password_popup_input_border_color);
    border-radius: 2px;
    height: 44px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center; 
    color: var(--account_forget_password_popup_input_text_color);
    padding-left: 15px;
    width: 100%;
}
.account_forget_password_popup_input_field label.response .forget-pass-alert-danger{
    font-size: 12px;
    color: red;
    margin: 0px;
    padding-top: 5px;

}
.account_forget_password_popup_input_field label.response .forget-pass-alert-success{
font-size: 12px;
color: green;
margin: 0px;
padding-top: 5px;

}
.account_forget_password_popup_btn{
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
}
.account_forget_password_popup_btn a{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: var(--account_forget_password_popup_btn_text_color) !important;
    background: var(--account_forget_password_popup_btn_bg_color);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
}
.account_forget_password_popup_btn button{
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
text-transform: capitalize;
color: var(--account_forget_password_popup_btn_text_color) !important;
background: var(--account_forget_password_popup_btn_bg_color);
border-radius: 2px;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 44px;
border: unset;
}


@media (max-width: 540px) {
    .account_forget_password_popup_input {
        flex-direction: column;
        align-items: center;
    }
    .account_forget_password_popup_input_field label.error {
        text-align: center;
    }
    .account_forget_password_popup_btn {
        padding-left: 0px;
        padding-top: 15px;
    }

}

@media (max-width: 767px) {
    .account_forget_password_container  {
        margin: 20px auto !important;
    }
}

/* account_forget_password_popup stye end  */

/* Account page check box css */

.signup_single_checkbox_field p {
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 16px;
color:var(--checkout_process_text_color);
padding-left: 10px;
margin: 0px;
}
.signup_checks_fields {
width: 100%;
display: grid;
grid-template-rows: auto;
grid-template-columns: auto;
gap: 16px 0px;
width: 100%;
grid-template-areas: ".";
}
.signup_single_checkbox_field {
display: flex;
align-items: center;
width: 100%;
}
.signup_single_checkbox_content {
width: 21px;
height: 21px;
}
.signup_custom_checkbox_input {
width: 21px;
height: 21px;
position: relative;
display: inline-block;
margin: 0px;
}
.signup_custom_checkbox_input input {
opacity: 0;
width: 0;
height: 0;
}
.signup_custom_checkbox_input .checked_input_style {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccd6eb;
-webkit-transition: 0.4s;
transition: 0.4s;
display: flex;
width: 100%;
justify-content: center;
align-items: center;
height: 100%;
box-shadow: 0px 4px 24px rgb(0 0 0 / 12%);
border-radius: 2px;
}
.signup_custom_checkbox_input .checked_input_style i {
color: #ccd6eb;
font-size: 14px;
}
.signup_custom_checkbox_input input:checked + .checked_input_style {
background: #000000;
}
.signup_custom_checkbox_input input:checked + .checked_input_style i {
color: #ffffff;
}
.check_out_option_form_box_one_account_btn a {
font-weight: bold;
}


