.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    display: block;
    line-height: 1.25;
}

.alert button {
    display: none;
}

.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.login-box,
.wrap-register,
.wrap-recover,
.wrap-resetpass,
.wrap-confirmreg {
    max-width: 400px;
    margin: 60px auto;
    padding: 1.875rem;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: 1024.98px) {
    .login-box,
    .wrap-register,
    .wrap-recover,
    .wrap-resetpass,
    .wrap-confirmreg {
        font-size: 14px;
    }
}

.wrap-confirmreg {
    background: transparent;
    max-width: 600px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-logo,
.pagetitle,
.postname,
.wrap-recover h1 {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.375;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.posttitle,
.wrap-resetpass h1 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: 1.375;
}

.loginstandard .cart-login .social-login {
    padding: 0;
}

.postname {
    text-align: left;
}

.login-box-msg {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.login-box input[type="text"],
.login-box input[type="password"],
.login-box select,
.wrap-register input[type="text"],
.wrap-register input[type="password"],
.wrap-register select,
.account-form input[type="text"],
.account-form input[type="password"],
.account-form select,
.address-form input[type="text"],
.address-form input[type="password"],
.address-form select,
.wrap-recover input[type="text"],
.wrap-recover input[type="password"],
.wrap-recover select,
.wrap-resetpass input[type="text"],
.wrap-resetpass input[type="password"],
.wrap-resetpass select {
    border: 0 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    padding: 12px !important;
    width: 100% !important;
    height: auto !important;
}

.login-box input[type="submit"],
.wrap-register input[type="submit"],
.account-form input[type="submit"],
.address-form input[type="submit"],
.wrap-recover input[type="submit"],
.wrap-resetpass input[type="submit"] {
    height: 2.5rem;
    width: 8.125rem;
    font-size: 1rem;
    color: #fff;
    border: 0;
    background: #e7781c;
    font-weight: 700;
    display: block;
    margin-left: auto;
}

.login-box input:disabled,
.wrap-register input:disabled,
.account-form input:disabled,
.address-form input:disabled,
.wrap-recover input:disabled,
.wrap-resetpass input:disabled {
    color: #666;
    background-color: transparent;
    font-style: italic;
}

.login-box input[type="submit"] {
    width: 100%;
    border-radius: 20px;
}

.wrap-register .settingrow > *,
.account-form .settingrow > *,
.address-form .settingrow > *,
.wrap-recover .settingrow > *,
.wrap-resetpass .settingrow > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.wrap-register .form-group,
.account-form .form-group,
.address-form .form-group,
.wrap-recover .form-group,
.wrap-resetpass .form-group {
    margin-bottom: 20px;
}

.wrap-register .form-group label,
.account-form .form-group label,
.address-form .form-group label,
.wrap-recover .form-group label,
.wrap-resetpass .form-group label {
    line-height: 1.5;
}

.passwordrecovery input[type="submit"],
.wrap-register input[type="submit"] {
    margin: 0 auto;
}

.fa-exclamation-triangle {
    font-size: 12px;
    color: red;
    line-height: 2;
}

.profile-container {
    padding: 3rem 15px;
}

.user-sidebar,
.user-sidelink {
    padding: 1.875rem;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03);
}

.userinfo figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.userinfo figure img {
    border-radius: 50%;
}

.userinfo figure figcaption {
    padding-left: 20px;
    color: #223771;
    line-height: 1.375;
}

.userinfo .user-name {
    font-weight: 700;
    font-size: 1.125rem;
}

.user-sidelink {
    margin-top: 1.875rem;
}

.user-sidelink ul li + li {
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.user-sidelink ul li + li.active a {
    color: #e7781c;
}

.account-info,
.coin-info,
.cart-history,
.address-info,
.order-info,
.order-information,
.order-product,
.order-total {
    padding: 1.25rem;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03);
    line-height: 1.375;
}

.account-info .link,
.coin-info .link,
.cart-history .link,
.address-info .link,
.order-info .link,
.order-information .link,
.order-product .link,
.order-total .link {
    color: #5bc0de;
    font-size: 0.875rem;
}

.info-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.info-heading .posttitle,
.info-heading .postname {
    margin-bottom: 0;
}

.info-heading .link {
    color: #5bc0de;
    font-size: 0.875rem;
}

.account-info .info-detail .group .label {
    color: #787878;
}

.address-list .address-col + .address-col {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px dashed #eee;
}

.address-list .address {
    font-size: 0.875rem;
    position: relative;
}

.address-list .address .type {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e7781c;
    border-radius: 4px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.75rem;
    height: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
    margin-bottom: 0.9375rem;
    position: absolute;
    right: 0;
    top: 0;
}

.address-list .address .btn-editaddr {
    color: #5bc0de;
    text-decoration: underline;
    text-underline-position: under;
    display: inline-block;
    margin-top: 0.625rem;
}

.address-list .address .btn-deleteaddr {
    color: #999;
    margin-left: 0.625rem;
}

.cart-history,
.order-product {
    overflow: auto;
}

.cart-history table,
.order-product table {
    width: 100%;
    font-size: 14px;
}

.cart-history table thead th,
.order-product table thead th {
    font-weight: 700;
    padding: 0.75rem 0.75rem;
    border-bottom: 1px solid #dbdbdb;
}

.cart-history table tbody td,
.order-product table tbody td {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.75rem 0.75rem;
    vertical-align: top;
}

.cart-history table tbody td a,
.order-product table tbody td a {
    display: block;
    color: #5bc0de;
}

.cart-history table tbody td a + .name,
.order-product table tbody td a + .name {
    margin-top: 5px;
}

.cart-history table tbody td a:hover,
.order-product table tbody td a:hover {
    text-decoration: underline;
}

.cart-history table tbody tr:last-child td,
.order-product table tbody tr:last-child td {
    border-bottom: 0;
}

.order-product table td {
    text-align: center;
}

.order-product table td .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-product table td .product .img {
    width: 80px;
}

.order-product table td .product .caption {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-left: 20px;
    font-size: 14px;
}

@media screen and (max-width: 576px) {
    .order-product table {
        width: 150%;
    }
    .order-product table td:first-child,
    .order-product table th:first-child {
        width: 50%;
    }
    .order-product table td .product .caption,
    .order-product table th .product .caption {
        text-align: left;
    }
}

.order-total {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-top: 1rem;
    font-size: 14px;
}

.order-total table {
    width: 100%;
}

.order-total table tr td {
    text-align: right;
    padding: 0.5rem 0.75rem;
}

.order-total table tr td.total {
    font-weight: 700;
    font-size: 18px;
    color: #e7781c;
}

.order-total table tr:first-child td {
    padding-top: 0;
}

.regcomplete span,
.wrap-confirmreg span {
    display: block;
    margin-bottom: 20px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 0.75rem 1.25rem;
}

.order-information .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.order-information ul {
    font-size: 14px;
}

.order-information ul li.name {
    font-size: 16px;
}
/*# sourceMappingURL=account.css.map */
