body {
	
}
.atop-checkout {
	max-width: 1200px;
	margin: auto;
}
.checkout-qty-wrap {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.checkout-qty-btn {
	width: 32px;
	height: 32px;
	line-height: 1;
	padding: 0;
	cursor: pointer;
}

.checkout-qty-input {
	width: 60px;
	text-align: center;
}


.atop-checkout-product-image img {
	height: 48px;
	width: auto;
}


.checkout-product-wrap {
	display: flex;
	align-items: flex-start;
	gap: 12px;

}
.checkout-product-image {

	flex: 0 0 72px;

}
.checkout-product-image img {
	display: block;
	width: 72px;
	height: auto;

}
.checkout-product-content {

	flex: 1 1 auto;

}


.checkout-old-price {

	margin-top: 4px;
	font-size: 0.9em;
	opacity: 0.75;

}

.checkout-old-price del {

	text-decoration: line-through;

}