
/*order table*/
.order-table{
	float: left;
	width: 100%;
	padding: 20px 0 0;
}
.order-table h3{
	display: block;
	line-height: 24px;
	text-transform: capitalize;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
}
.tbody {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.tbody tr{
    border-bottom: 1px solid #f3f3f3;
}
.tbody tbody tr:last-child{
	border-bottom: 2px solid #f3f3f3;
}
.tbody .produt-name{
	width: 40%;
}
.tbody .produt-quantity
{
	width: 15%;
}
.tbody .produt-price
{
	width: 15%;
}
/*
.tbody .produt-total
{
	width: 25%;
}
  */
.tbody thead td{
	text-transform: capitalize;
	font-size: 14px;
	line-height: 14px;
	color: #555555;
	font-weight: bolder;
	text-align:center;
}
.tbody .produt-name,
.tbody .produt-quantity,
.tbody .produt-price,
.tbody .produt-total{
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    vertical-align: middle;
}
.tbody input[type=text]{
	
	width: 100%;
	background: #e2e2e2;
	border-radius: 5px;
	text-align:center;

}

.tbody > thead > tr > th, 
.tbody > tbody > tr > th, 
.tbody > tfoot > tr > th, 
.tbody > thead > tr > td, 
.tbody > tbody > tr > td, 
.tbody > tfoot > tr > td{
		border:1px solid #ccc;
	color: #363636;
	text-align:center;
}
.tbody thead .produt-name{
	font-weight: bolder;
	font-family: 'Roboto', sans-serif;
}
.tbody .produt-name{
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
.tbody .price-tag del{
	font-size: 12px;
	color: #d7d7d7;
}
.tbody .price-tag sub,
.tbody .price-tag{
	color: #cccccc;
}
.sub-total{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.sub-total li{
	float: left;
	width: 100%;
	margin-bottom: 2px;
	border-radius: 4px;
	background: #fafafa;
	padding: 5px 15px 5px 25px;
}
.sub-total li:last-child{
	margin: 0;
}
.sub-total p{
  /*
	float: left;
    */
	margin: 0;
	color: #555555;
	text-transform: capitalize;
	font-weight: normal;
}
.sub-total .price-tag{
	float: right;
	padding: 5px 15px;
}
.sub-total .price-tag sub,
.sub-total .price-tag{
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #000;
}
.sub-total .total-price sub,
.sub-total .total-price{
	font-weight: bolder;
}


li {
	list-style: none;
}

/*
body {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
	line-height:30px;
    background-color: #ffffff;
}
*/

/*checkout mobile design */
.singleProduct {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px 15px;
	position: relative;
}

	.singleProduct:nth-child(odd) {
		border-bottom: none;
	}

	.singleProduct a {
		position: absolute;
		right: 15px;
		top: 12px;
	}

		.singleProduct a i {
			font-size: 18px;
			color: red;
		}

.qty {
	width: 100%;
}

.qty-left {
	width: 20%;
	float: left;
}
.qty-right {
	width: 80%;
	float: left;
}


@media only screen and (max-width:320px) {
  .margin-top-5 {
    margin-top:5px;
  }
}