@font-face {
	font-family: 'gm';
	src: url(../fonts/GothamMedium.ttf);
}
body {
	background-color: #f9f9f9;
}
section.productCart {
	font-family: 'gm';
    padding: 4rem 0;
}
section.productCart h5 {
	font-family: 'gm';
	font-size: 14px;
	padding-left: 1rem;
	margin-bottom: 0;
}
.img-tls {
	display: none;
}
figure {
	padding: 0;
}
/* Table Css Start Here */
.productCart .products .productDetail .product-detail .img-box img {
	width: 74px;
	height: 74px;
	border: 1px solid #619700;
	border-radius: 10px;
	padding-top: 5px;
}
.productCart .tableDv .qty input {
	-webkit-appearance: none;
}
.productCart .tableDv .button-group a.btn.grey {
	background: #eeeeee;
	color: #000;
}
.productCart .heading {
	padding-bottom: 40px;
	padding-top: 30px;
}
.productCart table {
	width: 100%;
}
.productCart .tableDv {
	background: #fff;
	margin: 0 10px;
	padding: 25px 30px 0 30px;
	border-radius: 20px;
	box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}
.table-responsive {
	display: table;
}
.productCart .products .productDetail .product-detail {
	display: flex;
	align-items: center;
}
.productCart .products .productDetail .product-detail .img-box {
	min-width: 140px;
	padding-left: 4px;
}
.productCart .products .productDetail .product-detail .name {
	margin-left: -12px;
}
.productCart table tr.topbar {
	border-bottom: 1px solid #c5c5c5;
	height: 40px;
	/* background-color: #F2F2F2; */
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	line-height: 5;
}
.productCart .products {
	height: 100px;
	border-bottom: 1px solid #c5c5c5;
}
.productCart .products .productDetail .product-detail p.font-13 {
	font-size: 13px;
	margin-bottom: 0;
}
.productCart .tableDv th.productDetail {
	width: 40%;
}
.productCart .tableDv .Proprice {
	width: 20%;
}
.productCart .tableDv .qty {
	width: 15%;
}
.productCart .tableDv .qty input {
	border-radius: 0;
	padding: 0 10px;
	width: 80px;
	text-align: center;
	height: 35px;
	border: unset;
	background: #f2f2f2;
	outline: none;
	font-family: 'gm';
	font-size: 13px;
	-webkit-appearance: none !important;
	margin-left: 6px;
}
.productCart .tableDv .addcart {
	width: 25%;
	padding-right: 30px;
}
.productCart .tableDv .addcart .ActionBtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.productCart table tr.topbar .productDetail {
	text-align: center;
}
.productCart .tableDv .addcart .ActionBtn .cartBtn p {
	margin-bottom: 0;
	font-size: 14px;
	padding-left: 1rem;
}
.productCart .tableDv .addcart .ActionBtn .cartBtn p a {
	color: #e7adc4;
}
.productCart .tableDv .addcart .ActionBtn .cartBtn p i {
	font-size: 15px;
}
.productCart .tableDv .addcart .ActionBtn .deleteBtn i {
	color: #ef5d61;
	cursor: pointer;
}
.productCart .button-group {
	margin-top: 30px;
	padding-left: 3rem;
}
.productCart .proceed {
	width: 100%;
	text-align: right;
}
.productCart .button-group a.btn {
	background: #343436;
	border-radius: 40px;
	box-shadow: none;
	padding: 13px 30px;
	font-weight: 100;
	font-size: 12px;
	color: #fff;
	margin-left: 20px;
}
.productCart .button-group a.btn.grey {
	background: #eeeeee;
	color: #000;
	padding: 13px 60px;
	font-weight: 100;
	font-size: 12px;
}
.productCart .discountCode {
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
}
.productCart .discountCode .head {
	width: 250px;
	margin-bottom: 15px;
}
.productCart .discountCode .head p {
	margin-bottom: 0;
	color: #525252;
	font-size: 15px;
	font-weight: 400;
	padding: 0px 18px;
	white-space: nowrap;
}
.productCart .discountCode .applyCoupon {
	display: flex;
	width: 100%;
}
.productCart .discountCode .applyCoupon input {
	/* width: 100%; */
	background: #eeeeee;
	border-radius: 0;
	color: #a8a8a8;
	outline: none;
	border: unset;
	margin-left: 20px;
	border-radius: 50px 0px 0px 50px;
	padding: 0 11px;
}
.productCart .discountCode .applyCoupon button {
	font-size: 12px;
	color: #fff;
	background: #343436;
	border: 0;
	padding: 8px 20px;
	border-radius: 0px 50px 50px 0px;
}
.productCart .discountCode .applyCoupon input::placeholder {
	color: #a8a8a8;
	font-size: 11px;
}
.productCart .productSummary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #0003;
	margin: 0 20px;
}
.productCart .productSummary h6 {
	font-size: 12px;
	font-weight: 500;
}
.productCart .Total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 5px;
	gap: 8rem;
}
.productCart .Total .property {
	width: 150px;
}
.productCart .Total .value {
	width: 110px;
	text-align: initial;
}
.productCart .Total p {
	font-size: 18px;
	font-weight: 700;
}
.productCart .proceed a.btn {
	box-shadow: none;
	border-radius: 40px;
	background: #619700;
	font-size: 12px;
	padding: 13px 100px;
	color: #fff;
	font-weight: 100;
	/* margin-bottom: 20px; */
}
.productCart .proceed a.btn:hover {
	background: #fff;
}
.productCart .proceed h6 {
	font-size: 12px;
}
@media (max-width: 991px) {
	.productCart table tr.topbar .productDetail {
		text-align: left;
	}
	.productCart .products .productDetail .product-detail {
		display: block;
		text-align: left;
		width: 40%;
	}
	.productCart .productSummary {
		padding: 20px 0;
	}
	.productCart .proceed {
		text-align: center;
		margin: 20px 0px;
	}
	.productCart .button-group {
		text-align: center;
	}
}
@media (max-width: 575px) {
	.productCart .products .productDetail .product-detail {
		text-align: center;
		width: 100%;
	}
	.productCart .tableDv .addcart .ActionBtn {
		display: block;
		text-align: center;
	}
	.productCart .tableDv .addcart {
		text-align: right;
	}
	.productCart .discountCode {
		display: block;
	}
	.productCart .discountCode .applyCoupon input {
		border-bottom: 1px solid #ddd;
	}
	.table-responsive {
		display: block;
	}
}
@media (max-width: 480px) {
	.productCart table tr.topbar th {
		font-size: 8px;
	}
	.productCart .tableDv .Proprice h5 {
		font-size: 11px;
	}
	.productCart .products .productDetail .product-detail p.font-13 {
		font-size: 10px;
	}
	.productCart .tableDv .addcart .ActionBtn .cartBtn p {
		font-size: 12px;
	}
	.productCart .tableDv .qty input {
		font-size: 11px;
	}
	.productCart .button-group {
		padding-left: 0;
	}
	.productCart .button-group a.btn {
		margin-bottom: 10px;
	}
}
/* Table Css End Here */
