/* CSS Document */

/* =============== DEFAULT HTML - BUTTONS =============== */



.left > table.form td,
.right > table.form td {
	display: block;
}
table.list {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
table.list td {
	padding: 7px;
}
table.list td {
	border-bottom: 1px solid #e3e3e3;
}
table.list td.name {
	text-align: left;
}
table.list td.model {
	width:170px;
}
table.list .right {
	text-align: right;
}
table.list thead td {
	font-weight: 600;
	border-bottom: 1px solid #e3e3e3;
}
table.list tbody td {
	vertical-align: middle;
	border-bottom: 1px solid #e3e3e3;
}
table.list tbody td.quantity input[type='text'] {
	text-align:center;
	min-width: 30px;
}
table.list tbody td.quantity input[type='image'],
table.list tbody td.quantity img {
	top: 4px;
	padding: 0;
	border: none;
	position: relative;
	background-color: #fff;
}
table.list tbody td.price,
table.list tbody td.total {
	color: #C64132;
}
table.list tbody span.stock {
	color: #F00;
	font-weight: 600;
}


table.list input.qty {
  width:3.5em !important;
  margin-top:5px;
}





/* CART */
.cart-info {
	margin: 20px 0;
}
.cart-info table {
	border-right: 1px solid #e3e3e3;
}
.cart-info table td {
	border-right: none;
	text-align: center;
}
.cart-info table td.quantity {
	white-space: nowrap;
}
.cart-info table td.quantity .action{
	display: inline-block;
}
.cart-info table td.image img {
	width:47px;
	height:47px;
}

.cart-info a {
	font-weight: 600;
}
.cart-module {
	padding-bottom: 20px;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	min-width: 100px;
	text-align: right;
}
.cart-total td.total {
	color: #E15452;
}


/* Iphone 5 landscape */
@media(max-width:768px) {
	
	.cart-info table td.quantity .action{
		display: block;
	}
}

/* Iphone 5 landscape */
@media(max-width:480px) {
	.cart-info table td.model input{
		width:100%;
	}
}
