@media all 
{

.page-login
{
	max-width: 400px;
	margin: auto;
}

.page-login .prop-login
{
	margin-bottom: 20px;
}

.page-login .prop-links a
{
	text-decoration: underline;
}

table.orders th,
table.orders td
{
	background-color: #fff;
	vertical-align: middle;
	padding: 8px 12px;
	font-size: 0.9rem;
	border-bottom: 1px solid #caccd8;
}

table.orders img,
table.orders .more-photo
{
	width: 40px;
	height: 40px;
	margin: 4px;
	object-fit: contain;
	vertical-align: middle;
}

table.orders .more-photo
{
	display: inline-block;
	color: #0f1f5b;
	font-size: 30px;
	font-weight: bold;
}

table.orders td:nth-child(1),
table.orders td:nth-child(2),
table.orders td:nth-child(3)
{
	white-space: nowrap;
}

table.orders td:nth-child(5)
{
	text-align: right;
}

table.orders td:nth-child(5)
{
	display: none;
}

table.orders a.pay
{
	display: inline-block;
	padding: 5px;
	font-weight: bold;
	margin-left: 5px;
	color: #43ac03;
	font-size: 0.8rem;
}

.order-state
{
	display: inline-block;
	padding: 4px 12px;
	background-color: #00bbe3;
	color: #FFF;
	font-size: 0.6rem;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 40px;
}

.order-state.new
{
	background-color: #43ac03;
}

.order-state.accepted
{
	background-color: #d88c00;
}

.order-state.partly
{
	background-color: #d88c00;
}

.order-state.completed
{
	background-color: #00bbe3;
}

.order-state.canceled
{
	background-color: #c9005e;
}

.order-state.delivered
{
	background-color: #004dac;
}

.delivery-addresses
{
	margin-top: 20px;
	font-size: 0;
}

.delivery-addresses::after
{
	display: block;
	clear: both;
	content: '';
}

.delivery-addresses .address
{
	display: block;
	margin: 10px 20px 10px 0;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #caccd8;
	background-color: #fff;
	background-image: url(../img/icons/icon-location.svg);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 36px 36px;
	min-height: 110px;
	padding-left: 80px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	text-decoration: none;
}

.delivery-addresses .address.add
{
	background-image: url(../img/icons/icon-add.svg);
	background-color: transparent;
}

.delivery-addresses .address span.name
{
	margin-right: 40px;
}

.delivery-addresses .address span
{
	display: block;
	overflow: hidden;
}

.delivery-addresses .address.add span
{
	margin-top: 28px;
	font-size: 1rem;
	font-weight: bold;
}

.delivery-addresses .address span.street
{
	font-weight: bold;
}

.delivery-addresses .address span.delete
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 18px;
	height: 18px;
	background-image: url(../img/icons/icon-delete.svg);
	background-size: 15px 12px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.page-order .order-state
{
	font-size: 16px;
	padding: 12px 24px;
}

.page-order .payment-panel
{
	background-color: rgba(255,255,255,0.6);
	padding: 20px;
	border: 1px solid #caccd8;
	margin: 30px 0 20px 0;	
	margin-bottom: 40px;
}

.page-order .payment-panel .text
{
	background-image: url(../img/icons/icon-payment.svg);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 36px 36px;
	padding-left: 80px;
	margin-bottom: 10px;
}

.page-order .payment-panel .button
{
	margin-left: 80px;
	margin-bottom: 10px;
	background-color: #43ac03;
}

.page-order table thead th
{
	background-color: #fff;
	font-size: 0.65rem;
	text-transform: uppercase;
	padding: 10px;
}

.page-order table tbody td
{
	background-color: rgba(255,255,255,0.6);
	padding: 8px;
	vertical-align: middle;
}

.page-order .actionButtons
{
	display: none;
}

input[name="zipcode"],
input[name="phone"]
{
	max-width: 150px;
}

}


@media (max-width: 767px) {

#MEDIA-MOBILE-ONLY------------------------------
{
}



}


@media (min-width: 768px) {

#MEDIA-TABLET------------------------------
{
}

table.orders th,
table.orders td
{
	padding: 3px 12px;
}

table.orders td:nth-child(1),
table.orders td:nth-child(2),
table.orders td:nth-child(3)
{
	width: 120px;
}

table.orders td:nth-child(5)
{
	display: table-cell;
}

.delivery-addresses .address
{
	display: inline-block;
	width: calc(50% - 20px);
	vertical-align: top;
	max-width: 380px;
}

.page-order .payment-panel .text
{
	float: left;
	width: 50%;
}

.page-order .payment-panel .button
{
	float: right;
}


}

@media (min-width: 992px) {

#MEDIA-DESKTOP------------------------------
{
}



}


@media (min-width: 1250px) {

#MEDIA-LARGE------------------------------
{
}




}

@media (min-width: 1440px) {

#MEDIA-ULTRA------------------------------
{
}



}


@media (min-width: 1919px) {

#MEDIA-FULLHD------------------------------
{
}



}