table.cart {
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	width: 100%;
}

table.cart .title {
	font-size: 16px;
	padding-bottom: 0;;
    font-weight: 500;
    color: #841419;
}


table.cart .option {
	font-size: 12px;
	margin-bottom: 5px;
}

table.cart a.remove i {
	color: #999;
	font-size: 24px;
}

table.cart .cart_items ul {
	margin-left: 0;
	padding-left: 15px;
	margin-bottom: 0;
}

table.cart p {
    margin-bottom: 0;
}


table.cart .btn.btn-xs {
	padding-top: 1px; padding-bottom: 1px; font-size: 12px; line-height: 19px; margin-left: 5px;
}
table.cart td {
	border-style: none;
}

table.cart .cart_titles td {
	color: #333;
	padding: 6px 10px;
	font-weight: bold;

	border-style: none;
	border-bottom-color: #841419;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

table.cart .cart_titles td.cart-price {
	min-width: 80px;
}

table.cart .cart_titles td.cart-total {
	min-width: 80px;
}


table.cart .cart_items td {
    border-width: 3px;
	border-color: #f3f3f9;
	border-bottom-style: solid;
	padding: 15px 10px;
}
table.cart .cart_items td p:last-of-type {
	margin-bottom: 0;
}

@media only screen and (max-width : 767px) {
	tr.cart_items td:nth-of-type(2){
		padding-left: 0;
	}

	tr.cart_items td:nth-of-type(5){
		padding-right: 0;
	}



	table.cart .cart_titles td.cart-price {
		display: none;
	}


	table.cart .cart_items td.cart-price {
		display: none;
	}




}


.cart_totals td {
	padding: 3px 10px;
}





.cart_register_top, .cart_register_left, .cart_register_right {
    border: 1px solid #DDDDDD;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.promo-form .input-group { background-color: #f3f3f9; padding: 0 0 0 10px; }
.promo-form .input-group-addon { padding: 0; border: none; background: none; border-radius: 0; color: #EEE; }
.promo-form .form-control { background: none; box-shadow: none; color: #000; border: none; }
.promo-form .form-control::-moz-placeholder {  color: #333; }
.promo-form .btn { background-color: #167b91; color: #FFF; border: none; border-radius: 0; padding: 7px 24px; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; }



.cart_register_top {
	width: 539px;
}

.cart_register_top_inner, .cart_register_left_inner, .cart_register_right_inner {
    padding: 13px 17px;
}

.cart_register_top_left, .cart_register_top_right {
    float: left;
	width: 230px;
}

.cart_register_top_right {
	margin-left: 40px;
}


.cart_register_left, .cart_register_right {
	width: 260px;
	float: left;
	height: 350px;
}



.cart_register_right {
	margin-left: 20px;
}





.cart_user_details .cart_user_details_col {
	float: left; width: 33%;
	min-width: 150px;
	padding-bottom: 15px;

}

.cart_user_details h3 {
	color: #841419;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	margin-bottom: 5px;
}

.cart_user_details .cart_user_details_col {
	vertical-align: top;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
}






table.cart img.thumb {
	max-width: 50px;
}
#main table.cart img.thumb {
	max-width: 70px;
}


table.cart .alert { margin-top: 15px; }
table.cart .alert.bg-danger { background-color: #841419 !important; color: #FFF; }

table.cart .alert.bg-danger a.btn.btn-primary { color: #FFFF; background-color: #B61B23; }


.cart_message {
	padding: 8px 15px;
	border: 2px solid #841419;
	background: #FFF;
	margin-bottom: 15px;
}





.bank_details th, .bank_details td {
	padding: 4px 0px;
}

.bank_details th {
	text-align: left;
	padding-right: 10px;
}










.checkout-nav .btn {
	margin: 0 6px;
}

@media only screen and (max-width : 767px) {

.checkout-nav .btn {
	margin: 8px 5px;
}

}





.cart-receipt {
	font-size: 14px;
}

.cart-receipt table, .cart-receipt table td, .cart-receipt table th, .cart-receipt p, .cart-receipt table td div {
	font-size: 14px;
	font-family: "Poppins", sans-serif;
}



.cart-receipt p.invoice-number {
	font-size: 20px;
	margin-bottom: 25px;
}


		.cart-receipt table td div { font-size: 14px; color: #444; margin-bottom: 3px; }
		.cart-receipt table td p { font-size: 14px; color: #444; margin-bottom: 3px; }
		.cart-receipt table td { font-size: 14px; }


	.bank_details {
		font-size: 12px;
	}




@media
only screen and (max-width : 767px) {

	table.cart {
		font-size: 12px;
		line-height: 17px;
	}

	.cart_titles td {
		padding: 10px 5px;
	}

	table.cart .btn.btn-xs {
		margin-left: 0;
	}

}

