.q-table__product td,
.q-table__header td {
	border: 2px solid rgb(163, 163, 163);
}

.q-table {
	border-collapse: collapse;
	width: 100%;
}

.q-table tr td {
	padding: 16px;
}

.q-table__header {
	background-color: lightgray;
}

.q-table__product-image {
	width: 80px;
	text-align: center;
}

.q-table__product-image img {
	width: 60px;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
}

.q-table__product-remove {
	min-width: 120px;
}

.q-table__product-title {
	min-width: 200px;
}

.q-table__product-quantity input.minus,
.q-table__product-quantity input.plus {
	width: 32px;
	height: 32px;
	border: 1px solid rgb(163, 163, 163);
	background-color: transparent;
	cursor: pointer;
}

.q-table__product-quantity {
	text-align: center;
	width: 112px !important;
}

.q-table__product-quantity input.minus {
	margin-right: -5px;
}

.q-table__product-quantity input.plus {
	margin-left: -5px;
}

.q-table__product-quantity input[type="number"] {
	height: 32px;
	width: 48px;
	text-align: center;
	line-height: 32px;
	border: 1px solid rgb(163, 163, 163) !important;
	outline: none;
}

.q-table__product-quantity input[type="number"]::-webkit-outer-spin-button,
.q-table__product-quantity input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.q-table__product-quantity input[type="number"] {
	-moz-appearance: textfield;
}
.q-table__product-quantity {
	width: 150px !important;
}
.q-table__product-quantity input[type="number"] {
	border-radius: 0 !important;
}