.cart_header {
	padding:20px;
	background:#ebebeb;
}

.cart_container {
	margin:10px 0;
}

.empty_list {
	margin-top:50px;
}

.cart_head{
	background:#ebebeb;
	color:#48689a;
	padding:5px;
	font-size:24px;
}

.cart_image {
    border: #b9b9b9 solid 1px;
    background: #ffffff;
    padding: 5px;
    width: 30%;
}

.cart_image img {
    max-width: 100%;
	max-height:100%;
}

.cart_text {
    width: 70%;
    padding: 10px;
}
.sku_title  {
    color: #3c4852;
    font-size: 18px;
    margin-bottom: 10px;
}
.cart_title {
    color: #3c4852;
    font-size: 24px;
    margin-bottom: 10px;
}

.cart_price {
    color: #013eae;
    font-size: 26px;
    margin-bottom: 10px;
	font-weight:bold;
}
.quantity_area {
	margin-top:20px;
}
.quantity_area input {
    -moz-appearance: border-box;
    -webkit-appearance: none;
    appearance: none;
    padding: 15px;
    border: none;
    width: 50px;
}

.cart_comments  {
    resize: none;
    padding: 10px;
    border: 1px solid #e4e4e4;
    margin: 5px 0 10px;
    background: #f7f7f7;
    height: 70px;
    color: #000000;
}
.cart_table td {
	padding:10px;
}
	
.delete_cart {
	color:#000000;
	padding:20px;
	font-size:20px;
	border:1px solid #000000;
-webkit-border-radius: 50%; 
-moz-border-radius: 50%; 
border-radius:50%;
}

.cart_alert,.cart_alert .alert {
	font-size:22px;
}
.delete_button_cart {
	border:none;
	background:none;
	cursor:pointer;
}
.clear_cart {
	border-bottom:1px solid #c7c7c7;
	border-top:1px solid #c7c7c7;
	padding:10px 0;
	margin-top:20px;
	font-size:24px;
}

.shipping_details {
	margin-top:30px;
	padding-bottom:30px;
	border-bottom:1px solid #c7c7c7;
}

.promo_box {
width:30%;
border-right:1px solid #c7c7c7;
padding-right:20px;
}

.promo_box_title {
	color:#3c4852;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}

.promo_box_sub_title {
	color:#013eae;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}

.promo_box input {
	border:1px solid #bfbfbf;
	padding:5px;
	height:45px;
	margin-bottom:5px;
}

.promo_box_button {
	border:1px solid #013eae;
	background:#013eae;
	color:#fff;
	padding:5px;
	font-size:16px;
	text-transform:uppercase;
	cursor:pointer;
}

.shipping_box {
width:70%;
padding-left:20px;
}
.shipping_box_title {
	color:#3c4852;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}

.shipping_box_sub_title {
	color:#013eae;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}

.half-width {
	width:50%;
	padding-right:20px;
}
.shipping_box select {
	border:1px solid #bfbfbf;
	padding:5px;
	height:45px;
	margin-bottom:5px;
}

.cost_details {
	margin-top:30px;
	padding-bottom:30px;
	border-bottom:1px solid #c7c7c7;
}

.total_details{
	width:50%;
}

.cost_title {
	font-size:28px;
	margin-bottom:5px;
	color:#013eae;
}
.cost_sub_title {
	font-size:20px;
	margin-bottom:5px;
}

.proceed_to_checkout {
	border:1px solid #013eae;
	background:#013eae;
	color:#fff;
	padding:10px;
	font-size:16px;
	text-transform:uppercase;
	cursor:pointer;
}
.country_alert {
	display:none;
}