.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;
}

.loginpage main,
.registerpage main,
.passwordrecovery main {
	height: 100vh;
	background-image: url("../../../media/secure-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 3.125rem 0;
}

.login-box,
.wrap-register,
.wrap-recover,
.wrap-resetpass,
.wrap-confirmreg {
	max-width: 35.4166667rem;
	padding: 3.125rem 2.08333333rem;
	background: #fff;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
	border-radius: calc(20 / 19.2 * 1rem);
	margin: 0 auto;
}

@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: 2.08333333rem;
	line-height: 1.375;
	font-weight: 700;
	margin-bottom: 1.25rem;
	color: #a20d3b;
}

.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;
	position: relative;
	padding-bottom: 0.416666667rem;
	border-bottom: 1px solid #f1f1f1;
}

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

.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"] {
	border: 0;
}

.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%;
}

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

.wrap-register .frm-btn,
.account-form .frm-btn,
.address-form .frm-btn,
.wrap-recover .frm-btn,
.wrap-resetpass .frm-btn {
	margin-top: 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,
.control-label {
	line-height: 1.5;
	font-weight: 700;
	display: inline-block;
}

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

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

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

.user-sidebar {
	padding: 20px;
	background: #8c0f39;
	-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);
	color: #fff;
}

.user-sidelink {
	background: #fff;
}

.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: #fff;
	line-height: 1.375;
}

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

.user-sidelink {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0 0 5px 5px;
}

.user-sidelink ul li + li {
	border-top: 1px solid #f1f1f1;
}

.user-sidelink ul li a {
	display: flex;
	padding: 12px 32px;
	line-height: 1.333333;
}

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

.user-page {
	padding: 1.25rem;
	background: #fff;

	-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: #02b14e;
	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;
	background: #a20d3b;
	color: #fff;
	border: 1px solid #fff;
}

.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;
	border: 1px solid #dcdcdc;
}

.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;
}

.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: #02b14e;
}

.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 */
