table.cart-table thead tr th + th{
	text-align:center;
} 
table.cart-table tbody td{
	padding:20px 4px 20px 0;
	vertical-align:middle;
}
table.cart-table tbody td span,
table.cart-table tbody td img{
	display:inline-block;
	vertical-align:middle;
	height: auto;
}
table.cart-table tbody td img{
	margin-right:20px;
}
table.cart-table tbody td + td{
	width:24%;
	text-align:center;
}
table.cart-table tbody td:last-child{
	width:10%;
	padding:20px 0 20px 4px;
	text-align:right;
}
table.cart-table tbody td .btn-delete-item{ float:right}
table.cart-table tbody tr {border-bottom: 1px solid #f0f0f0;}
table.cart-table tbody td span, table.cart-table tbody td img {
	display: inline-block;
	vertical-align: middle;
}
@media (max-width:1199px){
	table.cart-table tbody td img {margin: 0 20px 20px 0;}
}
@media (max-width:639px){
	table.table.cart-table,
	table.table.cart-table thead,
	table.table.cart-table tbody,
	table.table.cart-table th,
	table.table.cart-table td,
	table.table.cart-table tr {display: block;}
	table.table.cart-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	table.cart-table tbody td:last-child,
    table.table.cart-table td { 
		border: none;
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
		width:100%;
	}
	table.cart-table tbody td:last-child{ overflow:hidden;}
	table.cart-table tbody tr td{width:auto;}
	table.table.cart-table td:before {
		position: absolute;
		top: 34%;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	table.table.cart-table td:before { content: attr(data-title);}
	table.cart-table tbody td .btn-delete-item{ float:left;}
}
.checkout_button {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.checkout_button:hover, .checkout_button:focus {
	text-decoration: none;
}
.checkout_button:focus, .checkout_button.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.checkout_button.disabled, .checkout_button:disabled {
	opacity: 0.65;
}
.checkout_button:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.checkout_button:not(:disabled):not(.disabled):active, .checkout_button:not(:disabled):not(.disabled).active {
	background-image: none;
}
.checkout_button {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.checkout_button:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}
.checkout_button:focus, .checkout_button.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.checkout_button.disabled, .checkout_button:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.checkout_button:not(:disabled):not(.disabled):active, .checkout_button:not(:disabled):not(.disabled).active,
.show > .checkout_button.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}
.checkout_button:not(:disabled):not(.disabled):active:focus, .checkout_button:not(:disabled):not(.disabled).active:focus,
.show > .checkout_button.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}