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!important;
	width: auto!important;
}


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

}
.checkout-product-image {

	flex: 0 0 72px;

}


}
.checkout-product-content {

	flex: 1 1 auto;

}


.checkout-old-price {

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

}

/* .atop-checkout .woocommerce-Price-amount bdi {

	text-decoration: line-through;
	color: #cccccc;

} */