/*
.account-options {
    max-width: 425px;
    margin: auto;
}
*/

.account-options  .btn.btn-outline-primary {
    background-color: #b4183e;
    border-color: #b4183e;
    color: #fff;
}
.account-options .btn:hover,
.account-options .btn.btn-outline-primary:hover {
    background-color: #a60d32;
    border-color: #a60d32;
    color: #fff;    
}

.account-options form .form-row label {font-weight: 500;}

.login-form .btn {
    margin-right: 10px;
}
.login-form p.lost_password {
    margin-bottom: 0;
}


.divider {
    text-align: center;
    position: relative;
    top: 2px;
    padding-top: 1px;
    margin-bottom: 14px;
    line-height: 0;
}
.divider h4 {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #f6f5f5;
    padding: 0 8px 0 7px;
    margin-bottom: 0;
}
.divider:after {
  content: "";
  width: 100%;
  background-color: transparent;
  display: block;
  height: 1px;
  border-top: 1px solid #d2cfcf;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}

.disclaimer {
    padding-top: 40px;
    font-size: 95%;
    opacity: 0.9;
}

.subtitle {
    font-size: 1.4rem;
    font-weight: 500;
}

@media (min-width: 992px) {

    #deliveryoptions {
        display: flex;
        margin-left: -1rem;
    }

}

.box {
    background-color: #fff;
    border-radius: 4px;
    padding: 25px 25px 20px;
    box-shadow: 0 .1rem .3rem 0 hsla(0,0%,60%,.2);
}
.box.border {
    border: 1px #ddd solid;
}
.box h3:first-of-type {
    margin-top: 0;
}

.box .btn {min-width: 50%;}

.newcustomer {
    margin-top: 25px;
}
.newcustomer .btn {
    width: 100%;
}
.newcustomer ul:first-of-type {
    list-style-type: none;
    padding-left: 15px;
    line-height: 2;
}
.newcustomer .fa-check {color: #91b553;}

.label-inner,
.available {padding: 20px;}


.available {
    background-color: #f1f8e5;
    font-weight: 600;
}

#continuebtn {margin: auto; text-align: center;}

/* Register page */
.register-msgs .woocommerce-error {text-align: center; list-style-type: none;}
.account-options h3:first-of-type {
    padding-bottom: 10px;
}
.account-options form .form-row.newsletter-signup label {font-weight: 400;}
/* HP field */
.reg-hdyh {display: none;}

/* Messages */
.register-msgs {
    width: 100%;
    /*margin-bottom: 20px;*/
    position: relative;
    top: -20px;
    padding: 0 15px;
    font-size: 0.95em;
    font-weight: 400;
}

.register-msgs>ul{
    margin: 0 auto 15px;
    border-radius: 3px;
    padding: 10px;
}

.woocommerce-error {
    color: #be0000;
    background: #ffe9ec;
    border: 1px solid #ca4759;
}
.woocommerce-error a { 
    color: #be0000;
    text-decoration: underline;
}

.woocommerce-lost-password .woocommerce-error {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
}

.wc-error-additional, .wc-error-additional a {
    /*color: #2b2b2b;*/
}