.lk-ul {
	display: block !important;
	list-style: none;
	padding: 0 5rem 0 1rem !important;
}
.lk-ul li {
	margin: 1rem 0 !important;
}

.lk-ul li a {	
    color: #e21300 !important;
	cursor: pointer !important;
	text-decoration: none !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}
.lk-ul li a:hover {
	color: #be3124 !important;
	text-decoration: underline !important;
}
.lk-ul li a._active {
	color: #be3124 !important;
	font-weight: 700;
}
.lk-ul li button {
	padding: 0 !important;
	background: none !important;
	border: none !important;
	cursor: pointer !important;
	color: #e21300 !important;
}
.lk-ul li button:hover {
	color: #be3124 !important;
	text-decoration: underline !important;
}

.lk-content {
	max-width: 872px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 872px;
	flex: 1 0 872px;
}
.lk-content .summary {
	/*font-size: 13px;
	padding-left: 3px;*/
	display: none;
	}
.lk-content table {
	width: 100%;
	
}
.lk-content table th {
	text-align: left;
	font-size: 16px;
	line-height: 2;
}
.lk-content table tr {
	border: 1px solid #737373;
}
.lk-content table tbody{
	font-weight: 300;
	line-height: 1.7;
}
.lk-content table a {
	 color: #000;
	 font-weight: 500;
}

.lk-content table a:hover {
	color: #be3124;
}

.lk-order-view .order-page__subtitle {
	color: #737373;
}
.lk-order-view .block__head {
	display: flex;
	align-items: center;
}
.lk-order-view .block__head .order-page__subtitle {
	margin-top: .5rem;
	margin-right: 1rem;
	font-weight: 500;
}
.lk-order-view .block__head .row {
	justify-content: flex-end;
}
.lk-order-view .form-label {	
	color: #909090;
	margin-bottom: 0;
	line-height: inherit;
	margin-right: 1.5rem;
}
.lk-order-view .form-item {
	display: flex;
}
.lk-order-view .order-page__item {
	display: flex;
}
.lk-order-view .form-item.form-comm {
	display: block;
}
.lk-order-view .form-value {
	color: #000;
}
.lk-order-date {
	margin-left: 10rem;
	display: flex;
}
.lk-order-date .order-page__subtitle {
	margin-top: .4rem;
}
.lk-order-date .form-value {
	margin-left: 2rem;
}
.lk-order-delivery {
	padding: 1rem 2rem;
	background: #f0f0f0;
}
.lk-order-payment {
	display: flex;
	align-items: first baseline;
}
.lk-order-payment .order-page__subtitle {
	font-size: 22px;
	color: #000;
}
.lk-order-payment .form-value {
	font-size: 22px;
	padding-left: 2rem;
}

.lk-order-info {
	padding: 1rem 2rem;
	background: #f0f0f0;
	margin: 1rem 0;
}
.h-cart__title a {	
color: #e21300;
}
.h-cart__title a:hover {	
color: #be3124;
}
.h-cart__title a:visited {	
color: #e21300;
}
.site-login a {	
color: #e21300;
}
.site-login a:hover {	
color: #be3124;
}
.site-login a:visited {	
color: #e21300;
}

#request-password-reset-form {
	width: 480px;
	background: #f0f0f0;
	padding: 2rem;
	margin: 0 auto;
}

#request-password-reset-form .form-group .btn.btn-primary {
	padding: 10px 35px;   
    border: 2px solid #be3124;
    color: #fff;
    background-color: #e21300;
	cursor: pointer;
}

#form-feedback {
	width: 480px;
	background: #f0f0f0;
	padding: 2rem;
	margin: 0 auto;
}

#form-feedback .form-group .btn.btn-primary {
	padding: 10px 35px;   
    border: 2px solid #be3124;
    color: #fff;
    background-color: #e21300;
	cursor: pointer;
}
#dataListTEST {
	position: absolute;
	height: auto;
	padding: 5px 5px 5px 40px;
	border: 1px solid #dadada;
	border-radius: 0;
	background-color: #fff;
	width: 635px;
	margin-top: 40px;
	z-index: 1;
}
a.no-active-sort {
	color: #999;
	text-decoration: none;
	margin-left: 1rem;
}
a.no-active-sort:hover {
	color: #e21300;
	text-decoration: none;
}
a.active-sort {
	color: #000;
	text-decoration: none;
	margin-left: 1rem;
	font-weight: bold;
}
a.active-sort:hover {
	color: #e21300;
	text-decoration: none;
}
.sort-block {
	margin-bottom: 1rem;
}

table td.action-img-td img {
	max-width: 280px;
	padding: 1rem;
}
table td.action-text-td p {
	padding: 0 1rem;
}

table td.action-date-td {
	background: #f0f0f0;
	text-align: center;
	padding: 0 1rem;
}