.btn.btn-set-page {
	padding: 12px 11px;
	font-size: 13px;
	letter-spacing: 2px;
}
.table-wrapper .table tbody tr th {
	text-align: center;
	vertical-align: text-bottom;
	font-size: 14px;
	color: #343436;
	font-family: "poppins";
	font-weight: 400;
}
.cancle-axe i {
	color: #373737;
	border: 1px solid black;
	border-radius: 50%;
	padding: 5px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
h4.bags a {
	color: #373737;
	font-size: 15px;
	font-family: "Oswald-Medium";
}
a.view-detail {
	color: #08a9e6;
	font-size: 14px;
	font-family: "poppins-Bold";
	text-decoration: underline;
	text-transform: capitalize;
}
img.image-table-wrapper {
	width: 62%;
	height: 81px;
	object-fit: scale-down;
}
.table-wrapper .table thead tr th {
	border-bottom: none;
	border-top: none;
	text-align: center;
	padding: 12px 0px 22px 0px;
	font-size: 18px;
	text-transform: capitalize;
	font-family: var(--bold-font-family);
	font-size: 16px;
	color: #373737;
}
.table-wrapper .table tbody tr td {
	text-align: center;
	vertical-align: text-bottom;
	font-size: 16px;
	border: none;
	vertical-align: middle;
	color: #373737;
	padding: 5px 10px;
	text-transform: capitalize;
}
h4.bags {
	margin-bottom: 6px;
}
button.quantity-button.quantity-down {
	background: transparent;
}
button.quantity-button.quantity-up {
	background: transparent;
}
.table-wrapper .table thead {
	color: #cfccd2;
	border-radius: 0px;
	padding: 0 0;
}

table.table {
	border-collapse: separate;
	border-spacing: 0 15px;
	border-top: 10px;
	border-bottom: 10px;
}
.table-wrapper1 .table thead tr th {
	border-bottom: none;
	border-top: none;
	text-align: center;
	padding: 14px 30px;
	font-size: 14px;
	font-weight: 400;
	font-family: "poppins";
	color: #cfccd2;
}

.table-wrapper1 .table tbody tr td span img {
	border: 1px solid #e1e1e1;
	width: 110px;
	padding: 10px 0px;
}
.table-wrapper1 .table tbody tr {
	border: 1px solid #c7c7c7 !important;
	outline: 1px solid #c7c7c7;
}

table.table {
	border-collapse: collapse;
	border-spacing: 0 14px;
	border-top: 10px;
	border-bottom: 10px;
}
img.image-table-wrapper {
	width: 62%;
	height: 81px;
	object-fit: scale-down;
}
a.btn.btn-wrapper-carty {
	width: 100%;
	margin-left: 10px;
	background: transparent;
	border: 1px solid #09a0f7;
	border-radius: 6px;
	color: #6f6f6f;
}
.quantity-nav input {
	border: 1px solid #d5d8dc;
	text-align: center;
	width: 50px;
	border-radius: 4px;
}
table.table tr {
	border-bottom: 1px solid #d5d8dc;
}
tr.border-none {
	border-bottom: none !important;
}
@media (max-width: 576px) {
	.responsive-table {
		overflow: auto;
	}
	.quantity-nav {
		display: flex;
	}
	img.image-table-wrapper {
		width: 61px;
		height: 61px;
		object-fit: scale-down;
	}
}
