﻿
.sys-mobileHolder .leftBlock {
	width: 100px;
	float: left;
}

.sys-mobileHolder .middleBlock {
	float: left;
	margin-left: 24px;
}

	.sys-mobileHolder .middleBlock .middleBlockInfo > span {
		display: block;
		width: 100%;
		padding: 2px 0;
	}

	.sys-mobileHolder .middleBlock .middleBlockInfo .sys-conditionHolder,
	.sys-mobileHolder .middleBlock .middleBlockInfo .sys-transactionType {
		color: #7f7f7f;
	}

	.sys-mobileHolder .middleBlock .middleBlockInfo .sys-conditionHolder {
		font-size: 12px;
	}

	.sys-mobileHolder .middleBlock .middleBlockInfo .sys-itemTitle {
		font-size: 16px;
		line-height: 20px;
	}

	.sys-mobileHolder .middleBlock .middleBlockInfo .sys-priceHolder {
		font-weight: bold;
		color: #333;
		margin: 12px 0 3px 0;
		font-size: 14px;
	}

.sys-mobileHolder .leftBlock .sys-qtyHolder .qty {
	display: block;
	width: 100%;
	background: #e0e0e0;
	box-sizing: border-box;
	margin-top: 12px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #d0d0d0;
}


.sys-mobileHolder .rightBlock {
	float: right;
}

.sys-mobileHolder .leftBlock .sys-qtyHolder,
.sys-mobileHolder .leftBlock img {
	display: block;
	width: 100%;
}

.sys-mobileHolder {
	display: none;
}

a.shopcartWishlist {
	display: block;
	width: 200px;
	background: #e0e0e0;
	height: 33px;
	padding: 0 !important;
	line-height: 33px;
}

	a.shopcartWishlist::before {
		content: "+";
		background: #555;
		color: #fff;
		display: inline-block;
		width: 15px;
		height: 15px;
		line-height: 15px;
		margin-right: 12px;
		border-radius: 10px;
		margin-left: -20px;
		font-weight: bold;
	}

a.sys-deleteItemButton {
	background: #f0f0f0;
	display: block;
	width: 7px;
	height: 10px;
	line-height: 10px;
	border: 1px solid #a0a0a0;
	border-radius: 20px;
	color: #a0a0a0 !important;
}

	a.sys-deleteItemButton:hover {
		background: #d0d0d0 !important;
		color: #a0a0a0 !important;
	}

a.wishlist {
	width: 128px;
	line-height: 14px;
	height: 14px;
	background: url(/images/wishlist_icon.gif) 0 7px no-repeat;
}

	a.wishlist.removeFromWishlist {
		width: 170px;
		background: url(/images/wishlist_icon.png) 0 7px no-repeat;
	}

	a.wishlist:hover {
		background: none;
	}

.sys-mobileHolder .mobileQtyWrapper a {
	width: 20px;
	display: inline-block;
	float: left;
	padding: 0 3px !important;
	background: #e0e0e0;
	border: 1px solid #ccc;
}

	.sys-mobileHolder .mobileQtyWrapper a.sys-decreaseQty {
		border-right: 0;
	}

	.sys-mobileHolder .mobileQtyWrapper a.sys-increaseQty {
		border-left: 0;
	}

.sys-mobileHolder .mobileQtyWrapper {
	line-height: 30px;
	height: 30px;
	margin-top: 12px;
	width: 100%;
}

.sys-mobileHolder .leftBlock .sys-qtyHolder input {
	box-sizing: border-box;
	padding: 6px;
	height: 32px;
	width: 45px !important;
	float: left;
}

.sys-platformName {
	display: none;
}

.shopcartWrapper {
	margin-top: 20px;
}

.backLink {
	margin-top: 20px;
	display: block;
}

.sys-fakeQtyField {
	display: none;
}

.btn.btn-gray {
	background: #777;
}

@media only screen and (max-width: 767px) {

	.order_details_row2 table.tablesorter.sys_shopcartTable tbody tr.sys_itemRow td {
		border: 1px solid #aaa !important;
		margin-bottom: 5px;
		display: block;
	}

	.sys-addPromoCodeContainer {
		display: none;
	}

	.sys-addPromoCodeHolder h6 {
		line-height: 36px;
		height: 36px;
		margin: 0;
	}

	input.sys_qty {
		display: none;
	}

	.sys-fakeQtyField {
		display: inline-block;
		padding: 0 6px;
		float: left;
		height: 32px;
		line-height: 30px;
		background: #fff;
		border: 1px solid #ccc;
		widtH: 46px;
		box-sizing: border-box;
	}

	.sys-platformName {
		display: block;
		color: #7f7f7f;
		width: 100%;
		padding: 2px 0 !important;
		text-align: left;
		font-size: 12px;
	}

	.sys-mobileHolder .middleBlock {
		width: 50%;
	}

		.sys-mobileHolder .middleBlock .middleBlockInfo {
			min-height: 150px;
		}

		.sys-mobileHolder .middleBlock .middleBlockInfo .sys-tradeIn {
			color: #f00;
		}

	tr.sys_itemRow:nth-child(even) {
		background: #f0f0f0;
	}

	.sys-mobileHolder {
		margin: 12px;
	}

	.sys-productDescriptionHolder {
		display: none;
	}

	.desktopRow {
		display: none !important;
	}

	.sys-mobileHolder {
		display: block;
	}

	.matcart_btn .left,
	.matcart_btn .right {
		width: 48%;
	}

	.matcart_btn .left {
		float: left;
	}

	.matcart_btn .right {
		float: right;
	}
}

@media only screen and (max-width: 575px) {
	.sys-mobileHolder .leftBlock {
		width: 75px;
	}

	.sys-mobileHolder .middleBlock .middleBlockInfo {
		min-height: 115px;
	}

	.sys-mobileHolder .mobileQtyWrapper a {
		width: 15px;
	}

	.sys-fakeQtyField {
		width: 30px;
	}

	.sys-mobileHolder .mobileQtyWrapper {
		height: auto;
	}

	.order_details_row2 table.tablesorter {
		border-collapse: collapse;
	}

		.order_details_row2 table.tablesorter tbody td {
			padding: 0;
		}
}

/*@media only screen and (max-width: 478px) {

	.sys-mobileHolder .mobileQtyWrapper a.sys-decreaseQty,
	.sys-mobileHolder .mobileQtyWrapper a.sys-increaseQty {
		border: 1px solid #ccc;
	}

	.sys-mobileHolder .mobileQtyWrapper a.sys-decreaseQty {
		border-bottom: 0;
	}

	.sys-mobileHolder .mobileQtyWrapper a.sys-increaseQty {
		border-top: 0;
	}

	.sys-mobileHolder .mobileQtyWrapper a {
		width: 100%;
		float: none;
		display: block;
		box-sizing: border-box;
	}

	.sys-fakeQtyField {
		width: 100%;
	}

	.sys-mobileHolder .middleBlock {
		margin-left: 12px;
	}
}*/
