#warranty-registration {
    display: none;
}

#warranty-registration[data-step="customer"] {
    #warranty-form .customer-step {display: block; }
    #warranty-form .product-step {display: none; }
}
#warranty-registration[data-step="product"] {
    #warranty-form .customer-step {display: none; }
    #warranty-form .product-step {display: block; }
}

select#product option {
    text-transform: none !important;
}

#serial-number {
    text-transform: uppercase !important;
}

#add-product-reg .form-field-wrapper[data-enabled="0"] {
    opacity: 0.5;
}

#add-product-reg .form-row.form-nav {
    justify-content: space-between !important;
}

#add-product-reg[data-valid="0"] #add-product {
    opacity: 0.67;
    cursor:not-allowed;
}

#add-product-reg[data-valid="1"] #add-product {
    cursor: pointer;
}

#debug {
    background-color: #d9d1d2;
    border-color: #C8BCBD;
    color: #35373b;
    margin-right: 15px;



}

#tpl {
    position: absolute;
    left: 40px; top: 648px;
    width: 264px; 
    height: 120px;
    z-index: 9999;
}

.product-tpl {
    font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.85rem;
    font-variation-settings: "wght" 450;
    color: #151617;
    width: 50%;
    padding: 8px;
    box-sizing: border-box;
}

@media screen and (max-width: 1080px) {
    .product-tpl {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .product-tpl {
        width: 100%;
    }
}

.asp-warranty-form .form-row.prl {
    margin-bottom: 20px !important;
}

.product-tpl > .inner {
    background-color: rgba(233, 232, 229, 0.25);
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: .375rem;
    padding: 12px 18px;
}

.product-tpl .product {
    font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    text-transform: uppercase;
    font-variation-settings: "wght" 700;
    color: #3d7cc9;
    font-size: 17px;
}

.product-tpl .model {
    font-variation-settings: "wght" 500;
    font-size: 14px;
    padding: 8px 0px;
    white-space: nowrap;
}

.product-tpl .serial-date {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-variation-settings: "wght" 400;
    font-size: 12px;
    line-height: normal;
    opacity: 0.9;
}
.product-tpl .date {
    padding-right: 20px;
}
.product-tpl .serial {
    text-transform: uppercase;
}

#warranty-registration .product .asp-warranty-form .form-row.form-nav {
    margin-top: 0px !important;
}

.customer-step[data-errors="1"] .form-field-wrapper[data-valid="0"] .uk-form-controls .asp-input {
    border: 4px solid red;
}
.customer-step[data-errors="1"] .form-field-wrapper[data-valid="0"] .uk-form-controls .asp-select {
    border: 4px solid red;
}

.product-step[data-errors="1"] .form-field-wrapper[data-valid="0"] .uk-form-controls .asp-input {
    border: 4px solid red;
}
.product-step[data-errors="1"] .form-field-wrapper[data-valid="0"] .uk-form-controls .asp-select {
    border: 4px solid red;
}

.add-product-error-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    color: red;
    padding-left: 12px;
    font-weight: bold;
    display: none;
}

#warranty-registration[data-valid-product="0"] .product-step[data-product-errors="1"] .add-product-error-msg {
    display: flex;
}

.warranty-success {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Blocklyn Grunge", "Oswald", Khand, "Arial Narrow", sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 60px;
    vertical-align: middle;
    border: 1px solid rgba(34, 36, 38, 0.15);
    margin: 30px;
    box-shadow: none;
    border-radius: .375rem;
    bottom: 0px;
    padding: 30px;
    display: none;
}

#warranty-registration[data-success="1"] .warranty-success {
    display: flex;
}

.warranty-success > .title {
font-family: "Oswald", Khand, "Arial Narrow", sans-serif;
    font-size: 1.75rem;
    font-variation-settings: "wght" 700;
    text-transform: uppercase;
    letter-spacing: -0.01rem;
    margin-bottom: 5px;
    line-height: 1.2;
    color: #3d7cc9;
    font-style: normal;
    text-align: center;
}
.warranty-success .info {
font-family: "Inter", Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.2rem;
    font-variation-settings: "wght" 400;
    text-transform: none;
    letter-spacing: -0.01rem;
    font-style: normal;
    margin: 30px 0px;
    text-align: center;
    line-height: 1.2;
}
.warranty-success .links {
    display: flex;
    justify-content: center; align-items: center;
    flex-direction: row;
}
.warranty-success .links > div {
    margin: 0px 20px;

}
.success-btn {
    background-color: #ffc629;
    color: #060808;
    border: none;
    box-sizing: border-box;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    padding: 0 30px;
    vertical-align: middle;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

#warranty-registration[data-success="1"] #warranty-form {
    display: none;
}

@media (max-width: 668px) {
    
    .warranty-success .links {
        flex-direction: column;
    }
    .warranty-success .links > div {
        min-width: 100%;
    }
    .warranty-success .links > div:nth-child(1) {
        margin-bottom: 20px;
    }
}

ul.form-steps {
    padding-left: 0px !important;
}

#reg-form-close {
    position: fixed;
    top: 0px; right: 0px;
}



@media (min-width: 460px) and (max-width: 859px) {
    #warranty-form .form-field-wrapper[data-field="email"] {
        width: 50% !important;
    }
    #warranty-form .form-field-wrapper[data-field="phone"] {
        width: 50% !important;
        padding-left: 20px;
    }
}