/*
 Theme Name:     tts-divi-child01orig
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    wbtw tts Divi Child Theme
 Author:         barry Caplan fgsdf
 Author URI:     barry@worldbacktowork.com
 Template:       Divi
 Version:        1.0.0
*/

.et_fixed_nav.et_show_nav #page-container {
    padding-top: 130px !important;
}

#gform_5 .quantity {
    display: none !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}

.custom_product_form input[type=text],
.custom_product_form input[type=email],
.custom_product_form input[type=tel],
.custom_product_form select {
    font-size: 15px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 8px !important;
    background-color: #fff !important;
    border: 1px solid #bbb !important;
    color: #4e4e4e !important;
}

.custom_input_row {
    margin-bottom: 25px;
}

#assignmen_of_recipients_field input,
#variations_field input {
    float: left;
    margin: 7px 12px 0 0;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
    margin-bottom: 10px;
}

.page-id-7 #post-7 .et_pb_module.et_pb_text.et_pb_text_8 {
    height: 100%;
}

.my-checkbox-class span.optional {
    display: none;
}

/*****************Login CSS***************/

#pm_login_form {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 0.2);
    width: 100%;
    max-width: 800px;
}

.pmagic .pmagic-form .pmrow{
    margin-bottom: 10px !important;
}

.diagnostic_login_form .login_lable {
    display: flex;
    width: 100%;
    align-items: center;
}

.diagnostic_login_form .login_lable .pm-col {
    width: 100%;
    display: flex;
    align-items: center;
}

.diagnostic_login_form .login_lable .pm-col .pm-field-input {
    width: 100%;
}

.diagnostic_login_form .login_lable .pm-col sup {
    color: red;
    font-weight: 800;
}

.diagnostic_login_form .login_lable .pm-col .pm-field-input input {
    border-radius: 5px;
}

#pm_login_form .pm-login-box-bottom-container input {
    display: flex;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgb(70, 159, 155);
    border-radius: 4px;
    color: #ffffff;
    background-color: rgb(70, 159, 155);
    margin: 10px auto 0;
}

#pm_login_form .pm-login-box-bottom-container.pm-dbfl.pm-bg.pm-border {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

#pm_login_form .pm-login-links-box.pm-difr {
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
}

#pm_login_form .pm-login-links-box.pm-difr a.pm-difl.pg-registration-button {
    margin-left: 5px;
}

.diagnostic_login_div {
    align-items: center;
}

.diagnostic_login_div .et_pb_column.et_pb_column_2_5.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough {
    background-color: #ddddddad;
    border: 3px solid #a39898;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 35px 0 0;
}

.diagnostic_login_div .et_pb_column.et_pb_column_2_5.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough h1.et_pb_module_heading {
    font-size: 18px;
    color: #469F9B;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0px;
}


.diagnostic_login_div .et_pb_column.et_pb_column_2_5.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough .et_pb_button_module_wrapper.et_pb_button_0_wrapper .et_pb_button.et_pb_button_0 {
    display: flex;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #625e5e;
    border-radius: 5px;
    color: #ffffff;
    background-color: rgb(70, 159, 155);
    margin: 15px auto 0;
    letter-spacing: 0px;
}

.diagnostic_login_div .pm-login-box {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}


#pm_login_form .pmrow .pm-col {
    display: flex;
    width: 100%;
    align-items: center;
}

#pm_login_form .pmrow .pm-field-input {
    width: 80%;
}

#pm_login_form .pmrow .pm-col .pm-field-lable {
    width: 20%;
    margin: 10px 0px 0px 0px;
    font-weight: bold;
}

#pm_login_form .pmrow .pm-field-input input {
    width: 100% !important;
    margin: 0px 0% 0 0% !important;
    max-width: 100% !important;
}

#pm_login_form .pmrow .pm-col .pm-field-lable sup, #pm_regform_1 .pmrow .pm-col .pm-field-lable sup {
    color: red;
    font-weight: 600;
    font-size: 16px;
}

@media (max-width: 768px) {
    #pm_login_form .pmrow .pm-col {
        display: block;
        width: 100%;
    }

    #pm_login_form .pmrow .pm-col .pm-field-lable {
        width: 100%;
    }

    #pm_login_form .pmrow .pm-field-input input {
        width: 100%;

    }

    #pm_login_form {
        padding: 20px;
    }

}

#pm_regform_1 {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 0.2);
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    float: none;
}

#pm_regform_1 #fieldset_1 {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#pm_regform_1 #fieldset_1 .pmrow .pm-field-input p {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 0 10px;
}

#pm_regform_1 input[type="submit"] {
    display: flex;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgb(70, 159, 155);
    border-radius: 4px;
    color: #ffffff;
    background-color: rgb(70, 159, 155);
    margin: 0px auto 0;
}

#pm_regform_1 .pm-login-links-box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 0 5px 0;
    text-decoration: underline;
    text-decoration-color: #000;
    color: #000;
}

#pm_regform_1 .pm-login-links-box  a {
    color: #000;
}

.pmagic .pm-field-lable {
    font-weight: bold;
}

@media (max-width: 768px) {
    #pm_regform_1 {
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }
}

.et_pb_button:after,.et_pb_button:before {
    font-size: 32px;
    line-height: 24px;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    right: 0px;
    margin-right: -5px;
}
#pm_regform_1 #fieldset_1 .pmrow:nth-child(3) .pm-col .pm-field-input p.information {
    display: block;
    width: 100%;
    text-align: left;
    max-width: 80%;
    padding: 0 0 0 10px;
}

.backtoShopButton{
    float: right;
}
.back-to-shop-button{
    display: flex;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgb(70, 159, 155);
    border-radius: 4px;
    color: #ffffff;
    background-color: rgb(70, 159, 155);
    margin: 15px auto 0;
}
#pm_login_form .pmrow .pm-col .pm-field-lable sup, #pm_regform_1 .pmrow .pm-col .pm-field-lable sup{
    position: relative;
    top: 0px;
    left: 2px;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward{
    padding: 10px !important;
}

.menu-item-1476 a{
    background: #202B51;
    padding: 10px !important;
    color: #fff !important;
}
.pm_user_pass{
	width: 60%;
}
.pg-registration-button{
	display: flex;
    margin-left: 10px !important;
}