/* ##################################################### (Import Files Start) ########################################################## */

@import url('global.css');
@import url('header-front.css');
@import url('footer.css');

/* ##################################################### (Import Files End) ########################################################## */


.register-section {
    position: relative;
    padding: 40px 0px 5px;
}

.register-section .column {
    padding: 0px 40px;
     
}

.register-section h4 {
    margin-inline: auto;
    margin-bottom: 3.5rem;
    color: var(--siteBlack-color);
    font-weight: 700;
    font-size: 28px;
    position: relative;
    padding-left: 15px;
    letter-spacing: .5px;
}
.register-section h4::before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 100%;
    background: var(--main-color);
    bottom: 0;
    left: 0;
    margin: 0;
}


.register-section .column.login_column input {
    max-width: 450px;
}

.styled-form {
    position: relative;
}

.styled-form .submit-text {
    font-weight: 400;
    font-size: var(--font-15);
    color: var(--main-color-two);
    margin-top: var(--margin-top-10);
}

.styled-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.styled-form .form-group label {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
}
 
.styled-form .form-group label#forget_password_label:hover{

    color: var(--main-color);

}


.checkout-section .styled-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.styled-form .form-group .check-box {
    line-height: 24px;
    font-size: 15px;
    font-weight: normal;
    padding-top: 5px;
    color: var(--main-color-two);
}

.styled-form .form-group .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 15px;
    cursor: pointer;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: var(--white-color);
    line-height: 30px;
    padding: 8px 20px;
    height: 40px;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid #ccc;
    color: var(--color-seventyfour);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-family: var(--font-family-Inter);
}

.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.checkout-section .styled-form select {
    line-height: 26px;
    height: 44px;
}

.styled-form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: var(--white-color) url(../images/icons/icon-select.png) right
        center no-repeat;
    cursor: pointer;
}

.styled-form select option {
    text-indent: 20px;
}

.styled-form .form-group button {
    font-weight: 500;
    text-transform: capitalize;
    background-color: var(--second-color);
    padding: 7px 20px;
    color: white;
}

.styled-form .form-group button:hover{

    background-color: var(--main-color);
}



.styled-form textarea {
    resize: none;
    height: 110px;
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
    border-color: var(--main-color);
}

/* CheckBox */

.styled-form .form-group .check-box {
    position: relative;
}

.styled-form .form-group .check-box label {
    color: #2b2b2b;
}

.styled-form .form-group .check-box label {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 4px 10px 0px;
    padding-left: 25px;
    background: #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #4e4f51;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.styled-form .form-group .check-box label a {
    color: var(--main-color);
}

.styled-form .form-group .check-box input[type="checkbox"]:checked + label {
    border-color: #25a9e0;
}

.styled-form .form-group .form-group .check-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
}

.styled-form .form-group .check-box label:before {
    position: absolute;
    left: 0;
    top: 8px;
    height: 14px;
    width: 14px;
    background-color: white;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #ccc;
}

.styled-form .form-group .check-box label:after {
    position: absolute;
    left: 0px;
    top: 0;
    height: 15px;
    line-height: 15px;
    max-width: 0;
    font-size: 14px;
    color: white;
    font-weight: 800;
    overflow: hidden;
    background: transparent;
    text-align: center;
    font-family: "FontAwesome";
    -webkit-transition: max-width 500ms ease;
    -moz-transition: max-width 500ms ease;
    -ms-transition: max-width 500ms ease;
    -o-transition: max-width 500ms ease;
    transition: max-width 500ms ease;
}

.styled-form .form-group .check-box input[type="checkbox"] {
    display: none;
}

.styled-form
    .form-group
    .check-box
    input[type="checkbox"]:checked
    + label:before {
    border: 5px solid var(--main-color);
    background: var(--white-color);
}

.styled-form
    .form-group
    .check-box
    input[type="checkbox"]:checked
    + label:after {
    max-width: 20px;
    opacity: 1;
}