.account_form h2 {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 30px;
}

.account_form .iconpay_success{
    font-size: 80px;
}
@media only screen and (max-width: 767px) {
    .account_form h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
.account_form form {
    border: 1px solid #ededed;
    padding: 23px 20px 29px;
    border-radius: 5px;
}
.account_form label {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    line-height: 12px;
    margin-bottom: 12px;
}
.account_form p{
    position: relative;
}
.account_form label.error{
    color: red;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 0;
    line-height: 25px;
}

.account_form input {
    border: 1px solid #ededed;
    height: 40px;
    max-width: 100%;
    padding: 0 20px;
    background: none;
    width: 100%;
}
.account_form button {
    background: var(--red);
    border: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 34px;
    line-height: 26px;
    padding: 5px 20px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 20px;
    border-radius: 20px;
}
.account_form button:hover {
    background: #222222;
}

.login_submit label input[type="checkbox"] {
    width: 15px;
    height: 13px;
    margin-right: 3px;
}

.login_submit {
    text-align: right;
}
.login_submit a {
    font-size: 15px;
    float: left;
    line-height: 39px;
}
.login_submit a:hover {
    color: var(--red);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login_submit a {
        float: none;
        line-height: 18px;
        display: block;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .login_submit a {
        float: none;
        line-height: 18px;
        display: block;
        margin-bottom: 20px;
    }
}

.customer_login {
    padding: 69px 0 0;
}
@media only screen and (max-width: 767px) {
    .customer_login {
        padding: 58px 0 60px;
    }
}

.account_form p {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .account_form.register {
        margin-top: 57px;
    }
}

.radio-body {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: row;
    margin-top: 20px;
}
.radio-view {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 22px;
    height: 20px;
    line-height: 14px;
}
.radio-label {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}
.radio-word {
    color: var(--red);
    font-size: 14px;
    font-weight: 400;
}

.breadcrumbs_area {
    background: url(../img/bg/banner18.jpg) no-repeat 0 0;
    background-size: cover;
    height: 200px;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .breadcrumbs_area {
        background-position: 16%;
        height: 105px;
    }
}

.breadcrumb_content {
    text-align: center;
}
.breadcrumb_content h3 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
    .breadcrumb_content h3 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 7px;
    }
}
.breadcrumb_content ul li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    margin-right: 3px;
    padding-right: 13px;
    position: relative;
}
.breadcrumb_content ul li::before {
    position: absolute;
    content: "/";
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}
.breadcrumb_content ul li:last-child {
    margin-right: 0;
}
.breadcrumb_content ul li:last-child::before {
    display: none;
}
.breadcrumb_content ul li a:hover {
    color: var(--red);
}

.customer_login .view-i0 {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 40px;
    height: 20px;
    cursor: pointer;
}
@media only screen and (max-width: 767px){
    .customer_login .view-i0{
        margin-right: 20px;
    }
}

.customer_login .icon-search {
    font-size: 14px;
    line-height: 14px;
    margin-right: 5px;
    color: transparent;
    border:1px solid #efefef;
    border-radius: 100%;
}
.customer_login .icon-search.cur {
    color: var(--red);
    border: 1px solid transparent;
}
.customer_login .tag-1 {
    line-height: 14px;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}


.customer_login .group-2 {
    box-sizing: border-box;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: row;
    margin-top: 65px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;
    border-color: #ededed;
    background-color: #ffffff;
    height: 40px;
    width: 100%;
    justify-content: center;
    margin-left: 0;
}

.customer_login .group-2:hover{
    background: transparent;
}
.customer_login .icon-3 {
    margin-top: -2px;
    width: 19px;
    height: 19px;
}

.customer_login .word-1 {
    margin-left: 11px;
    line-height: 14px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
