.product_cart {
    border: 1px solid #d1d1d1;
}
.product_cart  h1{
	background: none repeat scroll 0 0 #f5f5f5;
    border-bottom: 1px solid #d1d1d1;
    margin: 0;
    padding: 10px;
}
.product_cart  h1 span{
	font-family: opensans;
    font-size: 14px;
    font-weight: bold;
}
.product_cart  .detail_inner{
	padding: 20px;
}

.product_cart  .table-product-pack .th-column {
    background: none repeat scroll 0 0 #25b7e9;
    color: #fff;
	font-family:Arial, Helvetica, sans-serif; font-size:15px;
    text-align: center;
}
.product_cart  .table-product-pack .name-product a{
    color: #333;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.product_cart  .table-product-pack .price {
    color: red;
    font-family: semibold;
    font-size: 16px;
}
.product_cart  .table-product-pack .price {
    color: red;
    font-family: semibold;
    font-size: 16px;
}
.product_cart  .table-product-pack .price_old {
    color: #868686;
    text-decoration: line-through;
	font-size: 15px;
}
.product_cart  .table-product-pack .warranty-product h4 {
    margin-top: 0;
    margin-bottom: 2px;
    color: #25B7E9;
    font-family: opensans;
    font-size: 14px;
    font-weight: bold;
    padding-left: 30px;
}
.product_cart  .table-product-pack .warranty-product b {
 	color: red;
    font-family: semibold;
    font-size: 14px;
}
	/* 
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
	
		/* Force table to not be like tables anymore */
		.product_cart  .table-product-pack table, 
		.product_cart  .table-product-pack thead, 
		.product_cart  .table-product-pack tbody, 
		.product_cart  .table-product-pack th, 
		.product_cart  .table-product-pack td,
		.product_cart  .table-product-pack tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.product_cart  .table-product-pack  thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.product_cart  .table-product-pack  tr { border: 1px solid #ccc; }
		
		.product_cart  .table-product-pack  td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 50%; 
		}
		
		.product_cart  .table-product-pack  td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
		/*
		Label the data
		*/
		.product_cart  .table-product-pack  td:nth-of-type(1):before { content: "STT"; }
		.product_cart  .table-product-pack  td:nth-of-type(2):before { content: "Tên sản phẩm"; }
		.product_cart  .table-product-pack  td:nth-of-type(3):before { content: "Số Lượng"; }
		.product_cart  .table-product-pack  td:nth-of-type(4):before { content: "Đơn Giá"; }
		.product_cart  .table-product-pack  td:nth-of-type(5):before { content: "Tổng giá"; }
		.product_cart  .table-product-pack  td:nth-of-type(6):before { content: "Xóa"; }
	}
@media only screen and (max-width:760px){
	.product_cart .all-button-cart {
	}
}	
.product_cart  .button-cart {
    background: none repeat scroll 0 0 #a9a9a9;
    border: 1px solid #a9a9a9;
    color: #fff;
    padding: 2px 12px;
    display: inline-block;
}
.product_cart  .button-cart:hover {
    background: #25B7E9;
    border: 1px solid #25B7E9;
    text-decoration: none;
}
.product_cart .total-price {
    font-size: 15px;
}
@media only screen and (max-width:760px){
	.product_cart .total-price {
	}
}
.product_cart .total-price span {
    color: red;
    font-family: semibold;
    font-size: 16px	;
}
.product_cart  #eshopcart_info > h2 {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    padding: 8px 0;
}
.product_cart  #eshopcart_info > h2 span{
	color: #25b7e9;
    font-weight: bold;
    text-transform: uppercase;
}
.product_cart .info-customer-gh{
	max-width: 600px;
	margin: 0 auto;
}
.product_cart .info-customer-gh .input_text {
    border: 1px solid #c4c4c4;
    box-shadow: 0 1px 2px #c4c4c4 inset;
	display: block;
    width: 100%;
    height: 36px;
    padding: 6px 6px 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 10px auto;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.product_cart .info-customer-gh #sender_comments{
	width: 100%;
	border: 1px solid #c4c4c4;
    box-shadow: 0 1px 2px #c4c4c4 inset;
}
.product_cart .tab-info-oder,
.product_cart .tab-info-diary ,
.product_cart .tabl-info-customer  {
    border: 1px solid #dcdcdc;
}
.product_cart  .th_text{
	background: #F5F5F5;
}