div.cart_area{
	max-width:1440px;
	/* padding-top:20px!important; */
	margin: 0 auto;
	box-sizing:border-box;
}
div.cart_area * {
	box-sizing:border-box;
}
div.cart_title{
	font-size:25px;
	font-weight:700;
	padding-bottom:10px;
}
table.cart{
	border-top:2px solid #222;
	/* margin-top:20px; */
	font-size:13px;
}
table.cart th{
	padding:10px 0;
	background:#eee;
}

table.cart td{
	text-align:center;
	border-bottom:1px solid #ddd;
	padding:10px 0;
	border-right:1px solid #eee;
	vertical-align: middle;
}
table.cart td:first-child{
	width: 100px;
}
table.cart input{
	width:15px;
	height:15px;
	cursor:pointer;
}
div.cart_item_wrap{
	text-align: left;
}
div.cart_item_left{
	display:inline-block;
	width:150px;
	height:150px;
}
div.cart_item_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
div.cart_item_right{
	display:inline-block;
	width:74%;
	text-align:left;
	vertical-align:top;
}
div.cart_item_title{
	font-size:17px;
	font-weight:700;
}
div.cart_item_price{
	font-size:14px;
	font-weight:700;
	margin:5px 0;
	display:inline-block;
}
div.cart_item_qty{
	font-size:14px;
	font-weight:700;
	display:inline-block;
}
div.cart_item_add_price{
	font-size:14px;
	font-weight:500;
}
div.cart_item_add_area{
	margin-top:10px;
	padding:10px;
	/* border:1px solid #eee; */
	background:#f5f5f5;
	font-size: 16px;
}
a.goto_item{
	color:#222;
	text-decoration:none;
}
button.delete_item_cart{
	cursor:pointer;
	padding:3px 8px;
	border: 0;
	background: transparent;
}

div.cart_item_additional_items{
	padding:5px 0;
}
div.check_all{
	width: 100px;
	text-align: center;
	margin-bottom: 10px;
}
input#check_all{
	width:15px;
	height:15px;
	position:relative;
	top:3px;
}
label.check_all{
	margin-left:5px;
	font-size:15px;
	cursor:pointer;
}
div.calc_area {
	margin-top:30px;
	margin-bottom:5px;
	text-align: center;
	padding: 30px 0;
	/* border-radius: 15px; */
	/* box-shadow: 1px 1px 4px 1px #00000030; */
	border-top: 2px solid #222;
	border-bottom: 2px solid #ddd;
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
}
div.calc_area>div{
	display:inline-block;
	/* vertical-align:top; */
}
div.calc_area div.title{
	font-size:15px;
	height:20px;
	line-height:20px;;
}
div.calc_area div.price{
	font-size:20px;
	height:30px;
	line-height:30px;
	font-weight:700;
}
div.calc_area div.plus, div.calc_area div.minus, div.calc_area div.equal{
	/* position:relative; */
	/* top:11px; */
	/* margin:0 20px; */
	font-size:20px;
	color:#c7c7c7;
}
div.equal{
	font-size: 33px!important;
	top: 2px!important;
}
div.calc_area span.title{
	height:50px;
	line-height:50px;
	font-size:20px;
	font-weight:500;
}
span#dis_cod{
	font-size:11px;
	margin-left:2px;
	display:none;
}
div.delivery_charge_info{
	/* text-align:right; */
	font-size:13px;
}
div.delivery_charge_info_text{
	/* display:inline-block; */
	/* text-align:left; */
}
div.order{
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
}
div.order a{

}

button.order{
	width:50%;
	padding:13px 0;
	font-size:20px;
	font-weight:700;
	background:#0383c7;
	border-radius:5px;
	color:#fff;
	cursor:pointer;
}
div#content{
	max-width: 1440px;
	margin: 0 auto;
}

.delete_item_cart .trash{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #34495e;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding-top: 4px;
	cursor: pointer;
  }

  .cart_area input[type='checkbox'] + label{
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #d3d3d3;
	border-radius: 50%;
	text-align: center;
	color: #d3d3d3;
	padding-top: 3px;
	transition: all .5s;
	font-size: 18px;
  }
  .cart_area input[type='checkbox']:checked + label{
	background-color: #fb3d40;
	border: 1px solid #fb3d40;
	color: #fff;
  }
  .cart_area input[type='checkbox']{display: none;}
  td.price_info div{
	font-size: 16px;
	margin: 3px 0;
  }
  td.no_items{
	padding: 50px 0!important;
	font-size: 20px;
  }
div.delete_cart_items{
	margin-top: 10px;
}
button.delete_cart_items{
	color: #fff;
	background-color: #515151;
	padding: 5px 10px;
	font-size: 15px;
	cursor: pointer;
	border-radius: 5px;
}
td.item_qty{
	width: 100px;
}
div.delete_item_cart{
	display: none;
}
@media (max-width:768px){
	div.check_all{
		text-align: left;
		padding-left: 5px;
	}
	.cart_area input[type='checkbox'] + label{
		width: 20px;
		height: 20px;
		padding-top: 1px;
		font-size: 13px;
	}
	table.cart td:first-child{
		width: 30px;
	}
	div.cart_item_left{
		width: 80px;
		height: 80px;
	}
	div.cart_item_right{
		width: calc(100% - 90px);
	}
	div.cart_item_title{
		word-break: break-all;
		font-size: 13px;
	}
	td.price_info div{
		font-size: 13px;
	}
	div.calc_area div.title{
		font-size: 13px;
	}
	div.calc_area div.price{
		font-size: 15px;
	}
	div.calc_area div.plus, div.calc_area div.minus, div.calc_area div.equal{
		margin: 0 5px;
	}
	div.calc_area{
		gap: 10px;
	}
	div.delete_cart_items{
		margin-left: 5px;
	}
	button.delete_cart_items{
		font-size: 13px;
	}
}