.codeLookupSection {
    display: table;
    margin: 0 auto;
    max-width: 483px;
    padding: 50px 25px;
    text-align: center;
}

.clsAction {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    z-index: 9;
    box-shadow: 0 0 6px #b7b7b7;
}

body .cls_submit_btn {
    width: 320px;
}

.cls_head h1 {
    margin-bottom: 18px;
}

.cls_form {
    margin-bottom: 25px;
}

.clsFormField input[type="text"]{
    height: 62px;
    border-radius: 5px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ngc_validation.ngc_validation_active {
    text-align: center;
    display: block;
    padding: 1em 2em 1em 0.8em;
    position: relative;
}
a.woocommerceErrorCross {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    line-height: 10px;
}

.codeLookUpLoader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgb(255 255 255 / .8);
    cursor: default;
    opacity: 0;
    z-index: -1;
}



.codeLookUpLoader.codeLookUpLoaderActive {
    opacity: 1;
    z-index:99;
}
a.woocommerceMessageCross {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    line-height: 10px;
}

.codeLookupSection label.form-input-label {
    margin-bottom: 10px;
    display: block;
	text-transform: inherit;
}
.page-template-code_lookup .ngc_validation a {
    text-decoration: underline;
    color: #ff0000;
}

@media only screen and (max-width: 767px) {
    .accessibe_custom {
        bottom: 100px !important;
    }
    a.get_help_link {
        bottom: 100px !important;
    }
    .cls_head {
        padding: 0 13px;
    }
}