input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea {
    color: #283333;
    font-size: 15px;
}

input, textarea {
    -webkit-user-select: text;
}

#diagnostic {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
}

#diagnostic .text-info {
    color: #515C5C;
}

#diagnostic .text-info a {
    margin-top: 0;
    color: #515C5C;
    font-weight: bold;
    font-size: 15px;
}

#diagnostic .steps .step {
    margin: 0;
    padding: 6px 20px 15px 20px;
    height: auto;
    background-color: #dee3d7;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    color: #777777;
    opacity: 0.2;
}

#diagnostic .steps .step.active {
    opacity: 1;
}

#diagnostic .steps .step span.step_number {
    font-size: 18px;
    font-family: Arimo Bold, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #515C5C;
}

#diagnostic .steps .step span.step_label {
    font-size: 15px;
}

#diagnostic .steps .step span.step_label, #diagnostic .steps .step span.step_number {
    display: block;
    vertical-align: middle;
}

#diagnostic .steps .step span.step_number {

}

#diagnostic .steps .step span.step_label {
    margin-top: 5px;
    font-size: 15px;
}

#diagnostic .diag_form {
    background-color: #dee3d8;
    padding: 10px;
}

#diagnostic .diag_form .form-step[data-step="2"] .answers ul li {
    padding: 2px 2px 11px 2px;
    margin: 0;
}

#diagnostic .diag_form .form-step[data-step="2"] .answers label {
    border: 1px #515C5C solid;
    color: #515C5C;
    padding: 10px;
    font-size: 15px;
    display: block;
    cursor: pointer;
    font-family: Arimo Bold, Arial, Helvetica, sans-serif;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.detail-product select {
  height: 30px;
}

#diagnostic .diag_form .form-step[data-step="2"] .answers input[type="checkbox"]:checked + label {
    border-color: #515C5C;
    background: #515C5C;
    color: white;
}

#diagnostic .diag_form .form-step[data-step="2"] .answers .more-information {
    min-height: 35px;
}

#diagnostic .diag_form .form-step[data-step="2"] .answers .more-information p {
    font-family: Arimo, Arial, Helvetica, sans-serif;
    line-height: 24px;
    font-size: 15px;
    color: #515C5C;
}

#diagnostic .diag_form .form-step[data-step="2"] .answers .more-information p.inactive {
    display: none;
}

#diagnostic .diag_form .form-step[data-step="2"] .answers .more-information p.active {
    display: block;
}



.diagnostic #diagnostic .diag_form .form-step.fct-step-2 .answers ul li {
  padding: 2px 2px 11px 2px;
  margin: 0;
}

.diagnostic #diagnostic .diag_form .form-step.fct-step-2 .answers label {
  border: 1px #515C5C solid;
  color: #515C5C;
  padding: 10px;
  font-size: 15px;
  display: block;
  cursor: pointer;
  font-family: Arimo Bold, Arial, Helvetica, sans-serif;
  font-weight: bold;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.diagnostic #diagnostic .diag_form .form-step.fct-step-2 .answers input[type="checkbox"]:checked + label {
  border-color: #515C5C;
  background: #515C5C;
  color: white;
}

.diagnostic #diagnostic .diag_form .form-step.fct-step-2 .answers .more-information {
  min-height: 35px;
}

.diagnostic #diagnostic .diag_form .form-step.fct-step-2 .answers .more-information p {
  font-family: Arimo, Arial, Helvetica, sans-serif;
  line-height: 24px;
  font-size: 15px;
  color: #515C5C;
}

.diagnostic #diagnostic .diag_form .form-step.fct-step-2 .answers .more-information p.inactive {
  display: none;
}

.diagnostic #diagnostic .diag_form .form-step.fct-step-2 .answers .more-information p.active {
  display: block;
}



#diagnostic .diag_form .form-step .back {
    text-align: left;
    margin-top: 10px;
}

#diagnostic .diag_form .form-step .back a {
    color: #283333;
    padding-left: 20px;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    font-family: Arimo Bold, Arial, Helvetica, sans-serif;
}

#diagnostic .diag_form .form-step .information {
    margin: 30px auto 0 auto;
    max-width: 555px;
}

#diagnostic .diag_form .form-step .information .user-information {
    margin-left: 50px;
}

#diagnostic .diag_form .form-step .information .user-information label {
    font-size: 15px;
    color: #283333;
    margin: 10px 0 10px 0;
    display: block;
    font-weight: bold;
    font-family: Arimo Bold, Arial, Helvetica, sans-serif;
}

#diagnostic .diag_form .form-step .information .user-information .information-text-warn {
    color: #A1A1A1;
    font-size: 12px;
    display: block;
    margin: 5px 0 0 0;
}

#diagnostic .diag_form .form-step .information input {
    width: 320px;
    border: 1px solid #acb1A7;
    padding: 6px 8px;
    line-height: 1.5;
    color: #222;
    background: #f7f7f7;
    border-radius: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

#diagnostic .diag_form .form-step .information textarea {
    width: 320px;
    height: 92px;
    border: 1px solid #acb1A7;
    padding: 6px 8px;
    line-height: 1.5;
    resize: none;
    color: #222;
    background: #f7f7f7;
    border-radius: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

#diagnostic #diagnostic-form .diag_form .form-step {
    display: none;
    text-align: center;
}

#diagnostic .diag_form .form-step {
  text-align: center;
}

#diagnostic .diag_form .form-step h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #283333;
}

#diagnostic .diag_form .form-step h2 .required, #diagnostic .diag_form .form-step label .required {
    color: #790000;
    margin-left: 4px;
}

#diagnostic .diag_form .form-step .information .bottle {
    position: absolute;
}

#diagnostic .diag_form .form-step .information .configurator {
    position: relative;
    height: 300px;
    width: 169px;
}

#diagnostic .diag_form .form-step .information .bottle-text {
    position: absolute;
    top: 167px;
    font-size: 7px;
    text-align: center;
    width: 63%;
    color: black;
    font-family: Courier, monospace, Arial, Helvetica, sans-serif;
    height: 24px;
}

#diagnostic .diag_form .form-step .information .bottle-text.text-2 {
    position: absolute;
    top: 212px;
    left: 89px;
}

#diagnostic .diag_form p.info-ready {
    margin: 0 auto !important;
    text-align: center;
    padding-bottom: 0 !important;
    height: 24px;
}

#diagnostic .diag_form .info-ready .ready {
    display: none;
}

#diagnostic .diag_form .form-step p {
    color: #515C5C;
    max-width: 555px;
    margin: 20px auto 0 auto;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
}

#diagnostic .diag_form .form-step p.desc-parfum {
    margin-top: -10px;
}

#diagnostic #diagnostic-form .diag_form .form-step.active {
    display: block;
}

#diagnostic .diag_form .answers ul {
    padding: 0;
    margin-bottom: 20px;
}

#diagnostic .diag_form .answers ul li {
    padding: 10px;
    display: inline-block;
    margin: 0 8px 0 0;
}

#diagnostic .diag_form .answers ul li input {
    display: none;
}

#diagnostic .diag_form .answers ul li {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#diagnostic .diag_form .form-step[data-step="1"] .answers ul li img {
    margin-bottom: 10px;
    width: 76px;
}

#diagnostic .diag_form .form-step.fct-step-3 .answers ul li img {
  margin-bottom: 10px;
  width: 98px;
}

#diagnostic .diag_form .fct-step-1 .answers ul li img {
  margin-bottom: 10px;
  width: 76px;
}

#diagnostic .diag_form .form-step[data-step="3"] .answers ul li img {
  margin-bottom: 10px;
  width: 100px;
}

#diagnostic .diag_form .fct-step-3 .answers ul li img {
  margin-bottom: 10px;
  width: 100px;
}

.diagnostic #diagnostic .diag_form .form-step[data-step="1"] .answers ul li.selected img {
  filter: opacity(.7) drop-shadow(0 0 0 black) contrast(0);
}

.diagnostic #diagnostic .diag_form .form-step.fct-step-1 .answers ul li:not(.selected) img:hover {
    border: solid gray thin;
    border-radius: 50%;
    width: 74px;
}

.diagnostic #diagnostic .diag_form .form-step.fct-step-3 .answers ul li.selected img {
    filter: none !important;
}

.diagnostic #diagnostic .validation-step img {
  right: 20px;
  top: 20px;
  position: absolute;
}

.diagnostic #diagnostic .step {
  position: relative;
}

.diagnostic #diagnostic .steps {
  margin-top: 5px;
}

.diagnostic #diagnostic .diag_form .form-step.fct-step-3 .answers ul li:not(.selected) img:hover {
    border: solid rgb(82, 92, 92);
    border-radius: 50%;
    width: 94px;
}

#diagnostic .steps .step.valid {
  opacity: 1;
}

.diagnostic #diagnostic .diag_form .form-step.fct-step-3 .answers ul li.selected img {
    border: solid rgb(82, 92, 92);
    border-radius: 50px;
    width: 97px;
}

.diagnostic .step .chevron img {
  vertical-align: -5px;
  margin-right: 15px;
}

.diagnostic .step.active .chevron img {
  transform: rotate(90deg);
}

#diagnostic-form2 {
  margin: 0 15px 0 15px;
}

#diagnostic .diag_form .form-step[data-step="1"] .answers ul li:not(.selected) img:hover {
  border: solid gray thin;
  border-radius: 50%;
  width: 74px;
}

#diagnostic .diag_form .form-step[data-step="1"] .answers ul li.selected img {
  filter: opacity(.7) drop-shadow(0 0 0 black) contrast(0);
}


#diagnostic .diag_form .form-step[data-step="3"] .answers ul li:not(.selected) img:hover {
  border: solid rgb(82, 92, 92);
  border-radius: 50%;
  width: 94px;
}

#diagnostic .diag_form .form-step[data-step="3"] .answers ul li.selected img {
  border: solid rgb(82, 92, 92);
  border-radius: 50px;
  width: 98px;
}

#diagnostic .diag_form .answers ul li.selected .text {
    text-decoration: underline;
}

#diagnostic .diag_form .answers ul li .text {
    color: #283333;
    font-size: 15px;
    font-weight: bold;
}

#diagnostic .diag_form .form-step[data-step="3"] .answers ul li .text {
    font-family: Arimo Bold, Arial, Helvetica, sans-serif;
}

.contact input[type="text"].valid,
.contact input[type="tel"].valid,
.contact input[type="email"].valid {
    background-image: url(../images/green-check.svg);
    background-repeat: no-repeat;
    background-position: right 10px bottom 12px;
    border: 1px solid #92AD85;
}

.contact input[type="text"].wpcf7-not-valid,
.contact input[type="tel"].wpcf7-not-valid,
.contact input[type="email"].wpcf7-not-valid {
    border: 1px solid #ff0000a1;
}

.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="email"] {
    width: calc(100% - 34px);
    border: 1px solid rgba(153, 153, 153, 0.5);
    background: #fff;
    padding: 10px 15px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact textarea {
    width: calc(100% - 20px);
    height: 92px;
    border: 1px solid #acb1A7;
    padding: 10px 10px;
    line-height: 1.5;
    resize: none;
    color: #222;
    background: #fff;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.woocommerce-account .registration-form .already-defined {
    color: #ff0000a1;
    font-size: 14px;
    display: none;
    margin-top: -15px;
}

.contact .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: 400;
    display: block;
}


@media screen and (max-width: 812px) {
    #diagnostic .steps .step span.step_label {
        max-width: 110px;
    }

    #diagnostic .diag_form .form-step .information input {
        width: 350px;
    }

    #diagnostic .diag_form .form-step .information textarea {
        width: 350px;
    }

    #diagnostic .steps .step.active {
        opacity: 1;
    }

    #diagnostic .steps .step {
        padding: 6px 5px 15px 5px;
    }

    #diagnostic .diag_form .form-step .information .user-information {
        margin-left: 0;
    }

    #diagnostic .diag_form .form-step .information h2 {
        text-align: center;
    }

    #diagnostic .diag_form .form-step .information .information-text-warn {
        text-align: center;
    }

    #diagnostic .isMobile {
        margin-top: 20px;
        text-align: center;
    }

    #diagnostic .diag_form .form-step .information input {
        width: calc(100% - 23px);
    }

    #diagnostic .diag_form .form-step .information textarea {
        width: calc(100% - 23px);
    }

    #diagnostic .diag_form .form-step .information .configurator {
        margin: 20px auto 0px auto;
    }

    #diagnostic .diag_form .form-step[data-step="3"] .answers ul li .text {
        font-size: 15px;
    }

    #diagnostic .diag_form .form-step[data-step="3"] .answers ul li {
        text-align: center;
        padding: 10px;
        display: inline-block;
        margin: 0 6px 0 0;
        width: 142px;
    }

    select, option {
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
    }

    select {
        background-color: #fff;
        background: url(../images/arrows-select.svg) no-repeat right 3px center;
        color: #283333;
        display: block;
        height: 50px;
    }

    #diagnostic .diag_form .form-step .information .bottle-text {
        top: 167px;
    }

    #diagnostic .diag_form p.info-ready {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    #diagnostic-form2 .fct-step-1.active {
        min-height: 918px;
    }

    #diagnostic-form2 .fct-step-2.active {
        min-height: 1146px;
    }

    #diagnostic-form2 .fct-step-3.active {
        min-height: 1278px;
    }

}

@media (min-width: 768px) and (max-width: 1367px) and (orientation: landscape) {
    select, option {
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
    }

    select {
        background-color: #fff;
        background: url(../images/arrows-select.svg) no-repeat right 3px center;
        color: #283333;
        display: block;
        height: 50px;
    }

    .product-details select.qty {
        background: url(../images/arrows-select.svg) transparent no-repeat right 3px center !important;
    }

    .abo_select {
        background: url(../images/arrows-select.svg) transparent no-repeat right 3px center !important;
    }

    .abo_select_cart {
        background: url(../images/arrows-select.svg) transparent no-repeat right 3px center !important;
    }

    .abo_select_cart_qty {
        background: url(../images/arrows-select.svg) transparent no-repeat right 3px center !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    select, option {
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
    }

    select {
        background-color: #fff;
        background: url(../images/arrows-select.svg) no-repeat right 3px center;
        color: #283333;
        display: block;
        height: 50px;
    }

    .product-details select.qty {
        background: url(../images/arrows-select.svg) transparent no-repeat right 3px center !important;
    }

    .abo_select {
        background: url(../images/arrows-select.svg) transparent no-repeat right 3px center !important;
    }

    .abo_select_cart {
        background: url(../images/arrows-select.svg) transparent no-repeat right 3px center !important;
    }

    .abo_select_cart_qty {
        background: url(../images/arrows-select.svg) transparent no-repeat right 3px center !important;
    }
}
