.error-div{
	padding:10px 0;
	font-size:16px;
	color:red;
	line-height: 1.2;
}
.note-div{
	padding:30px 0;
	font-size:20px;
	color:green;
	line-height: 1.2;
}
.hidden{
	display: none !important;
}
.basket-empty{
	font-size:24px;
	padding:80px 20px;
	color:red;
	text-align: center;
}
#loading_ld{
	position: fixed;
	z-index: 9999999;
	opacity: 0.9;
}
.bx-auth{
	max-width: 480px;
	margin:0 auto;
}
.bx-auth-profile{
	max-width: 580px;
	margin:0 auto;
}
.text-page-content p{
	margin-bottom:20px;
}
.text-page-content p + ul,
.text-page-content p + ol{
	position: relative;
	top:-15px;
}
.text-page-content ul,
.text-page-content ol{
	margin-bottom:20px;
}
*[data-href]{
	cursor: pointer;
}
/**********order list************/
.order-list {
	margin-bottom: 94px;
}

.order-list__item {
	margin-bottom: -1px;
	position: relative;
}

.order-list__item.is-active {
	box-shadow: 0 0 0 2px #fe9e36 inset;
	z-index: 1;
}

.order-list__item-header {
	cursor: pointer;
}

.order-list__item-content {
	padding-top: 1px;
	display: none;
}

.order-list__item.is-active .order-list__item-content {
	display: block;
}

.order-list .basket-table__row:last-child .basket-table__cell {
	border-bottom: none;
}

.order-list .basket-table {
	margin-top: 45px;
	margin-bottom: 0;
}

.order-list .basket-table__cell {
	padding: 12px 10px;
}

.order-list .basket-table__cell_head {
	padding-top: 0;
	padding-bottom: 16px;
}

.order-list .basket-table__cell_image {
	width: 21%;
}

.order-list .basket-table__cell_title {
	width: 25%;
}

.order-item-header {
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 18px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.order-list__item.is-active .order-item-header {
	border-color: transparent;
}

.order-item-header__cell {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 0;
	text-align: center;
}

.order-item-header__cell_num {
	width: 13%;
}

.order-item-header__cell_date {
	width: 37%;
}

.order-item-header__cell_status {
	width: 15%;
}

.order-item-header__cell_total {
	width: 23%;
	text-align: right;
}

.order-item-header__cell_total b {
	font-size: 18px;
	white-space: nowrap;
}

.order-item-header__cell_btn {
	padding-left: 24px;
}

.order-item-header__arrow {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: #fff url('images/order-item-arrow.png') -1px -1px no-repeat;
	border: 1px solid #999999;
	cursor: pointer;
}

.order-item-header:hover .order-item-header__arrow {
	border-color: #373a41;
}

.order-list__item.is-active .order-item-header__arrow {
	border-color: #373a41;
	background-color: #373a41;
	background-position: 0 -50px;
}

.order-list-header {
	padding-top: 35px;
}

.order-list-header .order-item-header {
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	border: none;
}

.order-list-header .order-item-header__cell {
	padding-top: 0;
	padding-bottom: 13px;
}

.cl-blue {
	color: #009fe3;
}

.cl-red {
	color: #ff6600;
}
.cl-green {
	color: #50bd44;
}
.list-items-photo{
	display: none;
}
.order-delivery-inf{
	font-size:12px;
	line-height: 1.2;
}
.delivery-inf-form{
	max-width: 800px;
}
.delivery-calc-result{
	max-width: 800px;
}
.delivery-calc-result .results-delivery{
	margin:30px 0 0 0;
}
.delivery-calc-result .error-r{
	margin:30px 0;
	font-size:16px;
	color:red;
}
.delivery-calc-result .results-delivery th{
	padding:7px;
	border-bottom: 1px solid #333;
}
.delivery-calc-result .results-delivery .lf{
	text-align: left;
}
.delivery-calc-result .results-delivery .rg{
	text-align: right;
}
.delivery-calc-result .results-delivery .cn{
	text-align: center;
}
.delivery-calc-result .results-delivery td{
	padding:7px;
	border-bottom:1px solid #bbb;
}
.delivery-calc-result .results-delivery td img{
	max-width: 150px;
	max-height: 40px;
}
.delivery-calc-result .results-delivery .pic{
	width: 170px;
	text-align: center;
}
.delivery-calc-result .results-delivery .nm{
	font-weight: bold;
}
.delivery-calc-result .results-delivery .desc{
	font-size:85%;
	color:#666;
}
@media only screen and (max-width : 767px) {
	.order-list-header {
		display: none;
	}

	.order-item-header {
		display: block;
		position: relative;
		padding: 5px 55px 5px 10px;
		font-size: 14px;
	}

	.order-item-header__cell {
		display: block;
		width: auto;
		padding: 0;
		text-align: left;
		margin-bottom: 5px;
	}

	.order-item-header__cell_btn {
		position: absolute;
		right: 0;
		top: -1px;
	}

	.order-item-header__cell:before {
		display: inline-block;
		font-size: 12px;
		color: #666666;
		margin-right: 10px;
		width: 110px;
	}

	.order-item-header__cell_num:before {
		content: 'Номер заказа:';
	}

	.order-item-header__cell_date:before {
		content: 'Дата оформления:';
	}

	.order-item-header__cell_status:before {
		content: 'Статус:';
	}

	.order-item-header__cell_total:before {
		content: 'Стоимость:';
	}

	.order-list .basket-table {
		margin-top: 0;
	}

	.order-list .basket-table__cell_image {
		width: 80px;
		padding: 0;
	}

	.order-list .basket-table__cell_title {
		padding: 0;
		margin-left: 100px;
		margin-bottom: 20px;
		width: auto;
	}

	.order-list .basket-table__info {
		padding-right: 0;
	}

	.order-list .basket-table__cell_price {
		padding: 0;
	}

	.order-list .basket-table__cell {
		padding: 0;
	}

	.order-list .basket-table__cell_total {
		padding: 0;
	}

	.order-list .basket-table__row {
		padding: 15px 10px;
	}

	.order-list .basket-table__price,
	.order-list .basket-table__count,
	.order-list .basket-table__total {
		font-size: 18px;
	}

	.order-list .basket-table__price .rub,
	.order-list .basket-table__total .rub {
		font-size: 16px;
	}
}
@media only screen and (max-width : 520px) {
	.delivery-calc-result .results-delivery td img{
		max-width: 90px;
		max-height: 30px;
	}
	.delivery-calc-result .results-delivery .pic{
		width: 100px;
		text-align: center;
	}
}

/*******************************/