/* ***** LOGIN / REGISTRATION ***** */
.login-cart {
    padding-right: 10px;
}
.register-cart {
    padding-left: 10px;
}
.login-cart .white-wrap {
    height: 100%;
}
.login-page h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 140.18%;
    color: #4F4F4F;
    margin-bottom: 0;
}
.login-page .input-line, .login-form .input-line {
    position: relative;
}
.login-page .input-line input, .login-form .input-line input {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid rgba(79, 79, 79, 0.5);;
    border-radius: 3px;
    padding-left: 15px;
}
.login-page .input-line input:focus, .login-form .input-line input:focus {
    border: 2px solid #4F4F4F;
    outline: none;
    /* padding-left: 15px; */
}
.login-page .input-line label, .login-form .input-line label {
    position: absolute;
    font-size: 13px;
    line-height: 18px;
    color: #828282;
    top: -11px;
    left: 20px;
    background: white;
    padding-left: 5px;
    padding-right: 5px;
}
.login-form {
    margin-top: 17px;
}
.login-form button {
    width: 257px;
    border: none;
    margin-left: auto;
}
.login-form a.green-link {
    width: 257px;
    margin-left: auto;
    text-align: right;
    font-weight: normal;
}
.hide-show-pass {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 26px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    align-items: center;
    display: flex;
}
.login-footer {
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid #BDBDBD;
    position: relative;
    margin-bottom: 12px;
}
.login-footer p {
    position: absolute;
    font-size: 14px;
    text-align: center;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    top: -12px;
    left:calc(50% - 26px);
}
.fb-login, .google-login {
    width: 260px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    padding-left: 9px;
}
.fb-login {
    background: #4267B2;
    color: white;
}
.fb-login img {
    margin-right: 24px;
}
.fb-login:hover {
    color: white;
}
.google-login {
    border: 1px solid #BDBDBD;
    color: #828282;
}
.google-login img {
    margin-right: 33px;
}
.green-links {
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 29px;
    width: 451px;
    text-align: center;
}
.green-links .grey-line {
    position: relative;
    border-top: 1px solid #BDBDBD;
    margin-top: 33px;
    margin-bottom: 25px;
}
.green-links .grey-line p {
    position: absolute;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    top: -12px;
    left: calc(50% - 26px);
}
.green-links a {
    font-size: 14px;
    line-height: 140.18%;
    color: #00B4B0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.register-cart-footer {
    width: 373px;
    margin: 0 auto;
    margin-bottom: 11px;
}
.register-cart-footer h4 {
    font-size: 18px;
    line-height: 140.18%;
    font-weight: bold;
    color: #4F4F4F;
    margin-bottom: 9px;
}
.advantages-list li img {
    margin-right: 13px;
}
.advantages-list li {
    line-height: 190%;
    letter-spacing: 0.04em;
    color: #4F4F4F;
    font-size: 13px;
}
.customer-form {
    width: 465px;
}
.customer-form input, .customer-form select, .register-form input, .register-form select, .edit-form input, .edit-form select, .pickup-form input, .pickup-form select {
    height: 40px;
    width: 100%;
    padding-left: 20px;
    border-radius: 3px;
    border: 1px solid rgba(79, 79, 79, 0.5);
}
.edit-form textarea, .pickup-form textarea {
    height: 60px;
    width: 100%;
    padding: 10px 0 0 20px;
    border-radius: 3px;
    border: 1px solid rgba(79, 79, 79, 0.5);
}
.customer-form .form-el {
    margin-bottom: 15px;
}
.form-el label {
    display: block;
    padding-left: 15px;
    color: #EB5757;
}
/* .form-el .mobile {
    display: block;
} */
.customer-form input:focus {
    outline: none;
}
.customer-form input:invalid {
    border-bottom: 2px solid #DB163A;
}
.customer-form input:valid + label {
    display: none;
}
.register-form input:not(.errorInput) + label, .edit-form input + label, .edit-form textarea + label, .edit-form div + label, .pickup-form input + label, .pickup-form textarea + label {
    display: none;
}
.register-form input.errorInput, .edit-form input.errorInput, .pickup-form input.errorInput, .customer-form input.errorInput, .order-form input.errorInput, .order-form #dopr.errorInput, .inquiry-form input.errorInput, .inquiry-form textarea.errorInput {
    border-bottom: 2px solid #DB163A;
}
.register-form input.errorInput + label, .edit-form input.errorInput + label, .edit-form div.errorInput + label, .pickup-form input.errorInput + label, .customer-form input.errorInput + label, .order-form input.errorInput + label, .inquiry-form input.errorInput + label {
    display: block;
}
.pickup-form div {
    margin-bottom: 20px;
}
.pickup-form .floating-label {
    left: 25px;
}

.pickup-form input:focus ~ .floating-label, .pickup-form input:not(:focus):valid ~ .floating-label:not(.nocheck), .pickup-form input:not([value=""]):not(:focus):valid ~ .floating-label.nocheck, .pickup-form textarea:focus ~ .floating-label, .pickup-form textarea:not(:focus):not([value=""]):valid ~ .floating-label {
    margin-left: 25px;
}
.pickup-form .country-select label, .pickup-form .select label {
    left: 25px;
}
.customer-page button.orange-link {
    border: none;
    margin-bottom: 0;
}
.customer-header {
    margin-bottom: 24px;
}
.customer-header, .customer-form {
    margin-left: 40px;
}
.country-select, .select {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.country-select select, .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: white;
}
.country-select img, .select img {
    position: absolute;
    right: 20px;
    top: 15px;
}
.country-select img.up, .select img.up {
    transform: rotateX(180deg);
}
.country-select label, .select label {
    position: absolute;
    left: 5px;
    top: -10px;
    background: white;
    padding-left: 5px;
    padding-right: 5px;
}
.registration-header .orange-text {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 21px;
}
.registration-header {
    width: 465px;
    margin: 0 auto;
    margin-top: 17px;
    margin-bottom: 21px;
}
input:focus, textarea:focus {
    outline: none;
}
input:required {
    box-shadow: none;
}
input:focus ~ .floating-label, input:not(:focus):valid ~ .floating-label:not(.nocheck), input:not([value=""]):not(:focus):valid ~ .floating-label.nocheck, textarea:focus ~ .floating-label, textarea:not(:focus):not([value=""]):valid ~ .floating-label {
    top: -10px;
    bottom: 0px;
    left: 0px;
    font-size: 13px;
    opacity: 1;
    height: 15px;
    background: white;
    padding: 0 5px;
    margin-left: 5px;
}
.settings-title {
    margin-bottom: 28px;
}
.register-form, .edit-form, .simple-form {
    width: 465px;
    margin: 0 auto;
}
.register-form .form-el, .register-footer select, .edit-form .form-el, .edit-footer select {
    margin-bottom: 17px;
    position: relative;
}
.floating-label {
    font-size: 16px;
    color: #777;
    position: absolute;
    pointer-events: none;
    top: 9px;
    left: 12px;
    transition: all 0.1s ease;
}
.register-footer, .footer {
    max-width: 465px;
    margin: 0 auto;
}
.register-footer h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #4F4F4F;
    margin-bottom: 0;
}
.register-footer p {
    font-size: 14px;
    line-height: 19px;
    color: #4F4F4F;
}
.register-footer button {
    margin-top: 26px;
    border: none;
    margin-bottom: 20px;
}
/* ***** END LOGIN / REGISTRATION ***** */
.login-form button {
    width: 257px;
    border: none;
    margin-left: auto;
}
.login-form button[type="button"] {
    width: auto;
}
.orange-link {
    display: block;
    border: none;
    color: white;
    font-weight: 600;
    height: 40px;
    /* line-height: 40px; */
    width: 100%;
    background: #FF5A00;
    text-align: center;
    border-radius: 2px;
}
.orange-link-disabled {
    pointer-events: none;
    cursor: default;
    background: #DFDFDF;
}
.claim-orange-link {
    height: unset;
    line-height: inherit;
}
.login-form a.green-link {
    width: 257px;
    margin-left: auto;
    text-align: right;
    font-weight: normal;
}
.green-link {
    background: transparent;
    border: none;
    display: block;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #00A790;
}
.customer-page .chevron-controll i {
    font-size: 20px;
    top: 11px;
    right: 15px;
}
.score-list {
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 9px;
    margin-bottom: 8px;
    margin-top: 7px;
}
.final-price {
    text-align: right;
    font-size: 14px;
    line-height: 140.18%;
    text-align: right;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #828282;
}
.customer-page button.orange-link {
    border: none;
    margin-bottom: 0;
}
.final-score .orange-link {
    margin-top: 8px;
    text-transform: uppercase;
}
.score-item {
    display: flex;
    justify-content: space-between;
    color: #4F4F4F;
}
.final-price span {
    font-size: 36px;
    font-weight: 600;
    line-height: 140.18%;
    text-align: right;
    color: #4F4F4F;
}
.registration-header .orange-text, .registration-header .green-text {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 21px;
}
.orange-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FF5A00;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 2px solid #FF5A00;
    box-sizing: border-box;
    border-radius: 5px;
}
.green-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #00A790;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 2px solid #00A790;
    box-sizing: border-box;
    border-radius: 5px;
}