.box-heading {
    font-size: 24px;
    font-weight: 710;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background: #f88;
    margin-top: 50px;
}
#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: 0px 0 40px;
    text-align: center;
    color: #574764;
}
#email #first-name #last-name #pass1 #pass2{
    background: #fbfbfb;
    border-right: 1px solid #b7b7b7;
}


.register-button {
    padding: 10px;
    width: 99%;
    background: #eee;
    margin: 10px 0px 80px;
    transition: .2s;
    float: right;
}
.register-button:hover {
    padding: 15px;
    color: #eee;
    background: #85992f;
}
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 {
    margin: 5px 5px 2px;
    width: 20px;
    float: right;
}
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;
}
.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_billing_mob_num {
    transition:all .2s;
}
input#reg_billing_mob_num:hover {
    font-size:18px;
}
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;
}
#submit-log {
    padding: 12px 70px;
    border-radius: 3px;
    color: #5f6e9f;
    text-align: center;
    font-weight: normal;
    transition: all .2s;
    outline: 0px;
    border: 0px;
    background: #eee;
}
.woocommerce #review_form #respond .form-submit input:hover {
    padding: 15px 80px;
    background: #85992f;
    color: #eee;
}
.woocommerce-form.woocommerce-form-login p {

    font-size: 13px;
}
#terms {
    margin-right: 0;
}
.woocommerce-additional-fields h3 {
    font-size: 13px;
    font-weight: 710;
    color: #574764;
    margin: 20px 0;
}
.woocommerce-button.button.woocommerce-form-login__submit {
    float: left;
    margin: 0;
    width: 100%;
    padding: 18px;
}
#wpap-user-panel #wpap-dashboard #wpap-date-info {
	background-color: #e4c3b2;
}
#wpap-user-panel a {
    color: #ff8888;
}
.bx.bxs-bell {
	background-color: #e4c3b2!important;
    color: #765a87!important;
}
#wpap-user-panel #wpap-dashboard #wpap-dash-tickets > div:first-child div h3 i {
    color: #ff8888;
}
#wpap-user-panel #wpap-user-edit #wpap-pro-pic > div div label[for=wpap-upload-pro-pic],#wpap-user-panel form input[type=submit] {
	background-color: #765a87;
}
.wpap-info-msg i:first-child {
    color: #765a87;
}
.wpap-info-msg.wpap-card ,#wpap-user-panel #wpap-content .wpap-table-wrap,#wpap-user-panel form input[type=submit]{
    border-right: 4px solid #765a87;
}

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-radius: 5px;
	background: #765a87;
}

.shop_table thead tr {
    text-align: center;
    background: #dfdfdf;
    padding: 10px;
	border-radius: 5px;
}
a.button.view {
    color: #eee !important;
    padding: 5px 30px;
	background: #7e5d93;
	border-radius: 5px;
	border: 1px solid #a37eb9;
	margin-left:10px;
}
.button.wip-invoice {
    display: inline;
	color: #eee !important;
    padding: 5px 30px;
	background: #7e5d93;
	border-radius: 5px;
	border: 1px solid #a37eb9;
}
a.button.view:hover , .button.wip-invoice:hover {
    background: #75538a;
	border: 1px solid #bc8dd9;
}
#wpap-content h2 {
    margin: 20px 20px;
    font-size: 150%;
}
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%;
}
.order-date{
	width: 20%;
}
.order-status {
    width: 15%;
}
.order-total {
    width: 25%;
}
.order-actions {
    width: 30%;
}
.order-number ,.order-date,.order-status ,.order-total,.order-actions {
	color:#5f4470 ;
    text-align: center !important;
}
.mark, mark {
    background-color: #e4c3b2;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 4px;
}
.order-date time,td.order-status,td.order-total {
    color: #fafafa !important;
}
.woocommerce-Price-amount.amount bdi{
	 color: #bbb !important;
}
 