.box-heading {
    font-size: 24px;
    font-weight: 710;
    color: #fff;
    margin: 50px auto 0px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background: #d13f68;
}
#user_login {
    background: #fbfbfb;
    width: 100%;
    border-right: 1px solid #b7b7b7;
}
#user_pass {
    background: #fbfbfb;
    width: 100%;
    border-right: 1px solid #b7b7b7;
}
#wp-submit {
    padding: 10px;
    width: 100%;
    background: #eee;
    margin: 10px 0px;
}
#wp-submit:hover {
    padding: 15px;
    color: #eee;
    background: #85992f;
}
.forgot-password {
    color: #85992f;
    margin: 0 10px;
    transition: .2s
}
.forgot-password:hover {
    color: #574764;
    text-decoration: none;
}
.login-info {
    margin: 30px 0 80px;
    font-size: 13px;
    color: #fff;
    background: #f88;
    padding: 7px;
    text-align: center;
}
.login-form-container {
    margin: 20px 0 40px;
    text-align: center;
    color: #fafafa;
}
#email-box {
    border-right: 1px solid #b7b7b7;
    width:100%!important;
    background: #38496a;
}
#first-name {
    background: #38496a;
    border-right: 1px solid #b7b7b7;
}
#last-name {
    background: #38496a;
    border-right: 1px solid #b7b7b7;
}
#pass1 {
    background: #38496a;
    border-right: 1px solid #b7b7b7;
}
#pass2{
    background: #38496a;
    border-right: 1px solid #b7b7b7;
}

botton,.register-button {
	width: 100%;
	background: #e5b685 !important;
	margin: 30px 0 80px;
	transition: .2s;
	float: right;
	height: 60px;
	color:#47618c
}
.register-button:hover {
    color: #eee!important;
    background: #85992f!important;
}
p.login-remember {
    text-align: right;
}
.ul-errors {
    list-style: none;
    padding: 3px;
    margin-bottom: 40px;
    background: #ff8383;
    float: right;
    color: #fff;
    width: 99%;
    font-size: 14px;
    text-align: center;
}
#login-btn {
    padding: 10px;
    width: 100%;
    background: #eee;
    margin: 10px 0px 80px;
    transition: .2s;
}
#login-btn:hover {
    padding: 15px;
    color: #eee;
    background: #85992f;
}
.lostpassword-button{
    padding: 10px;
    width: 100%;
    background: #eee;
    margin:30px 0px 40px;
    transition: .2s;
}
.lostpassword-button:hover {
    padding: 15px;
    color: #eee;
    background: #85992f;
}
input#rememberme {
    position: absolute;
    height: 28px !important;
}

input,#reg_billing_mob_num {
    background: #fbfbfb;
    outline: 0;
    border-right: 1px solid #b7b7b7;
    border-top: 0;
    border-radius: 0;
    padding: 22px 10px;
    border-left: 0;
    border-bottom: 0;
	transition:all .2s;
}
input#reg_billing_mob_num:hover {
    font-size:18px;
}
.servit-tip  span{
    color: #d4d4d4;
    font-size: 13px;
    font-weight: normal;
}
.servit-tip.ac {
    margin: 8px 0 8px;
}
.woocommerce-privacy-policy-text p {
    color: #d4d4d4;
    font-size: 13px;
    font-weight: normal;
}
form.woocommerce-form.woocommerce-form-register.register {
    margin: 0 0 60px 0;
}

input#reg_email {
    transition:all .2s;
    width:100%;
}
input#reg_email:hover {
    font-size:18px;
}
input#reg_password{
    transition:all .2s;
    width:100%;
}
input#reg_password:hover{
    font-size:18px;
}
botton,#submit {
    padding: 0 20px;
    border-radius: 3px;
    color: #ebc8a0;
    text-align: center;
    font-weight: 710;
    transition: all .2s;
    outline: 0px;
    border: 0px !important;
    background: #d13e68 !important;
    height: 45px;
    box-shadow: 0px 10px 20px -5px #131820;
    width: 135px !important;
    margin: 30px;
}
botton,#submit:hover {
    width: 150px !important;
    
}
.woocommerce #review_form #respond .form-submit input:hover {
    padding: 15px 80px;
   background: #e5b685;
    color: #2c2f3a;
}
#wpap-user-panel form {
    display: inline-block;
}
/*
table.shop_table.shop_table_responsive.my_account_orders {
    display: inline-table;
}
.shop_table.shop_table_responsive.my_account_orders thead {
    display: inline-table;
}
table.shop_table.shop_table_responsive.my_account_orders {
    display: inline-grid;
}
.order {
    display: flex;
	width: 100%;
    padding: 10px;
    margin: 3px auto;
	border: 1px solid #435c8c;
    border-radius: 5px;
	background: #4e5982;
}

.shop_table thead tr {
    text-align: center;
    background: #464d68;
    padding: 10px;
    display: flex;
	border-radius: 5px;
}
a.button.view {
    color: #eee !important;
    padding: 5px 30px;
    background: #515e8c;
    border-radius: 5px;
    border: 1px solid #6c7aac;
}
a.button.view:hover {
    background: #4f598c;
    border: 1px solid #8d9cc8;
}
td.order-number a {
    font-weight: bold;
    color: #e5b685 !important;
    text-align: center !IMPORTANT;
}
td.order-number a:hover {
    color: #efb685 !important;
}
.order-number {
    width: 10%;
    border-left: 1px solid;
    text-align: center;
}
.order-date{
	border-left: 1px solid;
    text-align: center;
	width: 20%;
}
.order-status {
    width: 15%;
    text-align: center;
    border-left: 1px solid;
}
.order-total {
    width: 35%;
    text-align: center;
    border-left: 1px solid;
}
.order-actions {
    width: 20%;
    text-align: center;
}*/
#aiowps-captcha-answer {
	margin: -8px 6px;
	width:66% !important;
	left: 0;
    border: 0!important;
    font-weight: normal;
    background: #2c2f3a !important;
}
p.lost_password a {
    color: #eee;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    margin-right: 20px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    position: relative;
}