/*
 * SB Cart Upsell - styling for the upsell rows appended to the cart items table.
 */

.sbup-upsell-heading-row td {
	padding: 1em 0.5em !important;
	background: #f7f7f7;
	border-top: 2px solid #e2e2e2;
	font-weight: 600;
	font-size: 1.05em;
}

.sbup-upsell-row {
	background: #fbfbfb;
}

.sbup-upsell-row td {
	vertical-align: middle;
}

.sbup-upsell-row .product-thumbnail img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 3px;
	display: block;
}

.sbup-upsell-row .product-name a {
	font-weight: 600;
	text-decoration: none;
}

.sbup-upsell-badge {
	display: inline-block;
	padding: 0.2em 0.6em;
	font-size: 0.7em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #555;
	background: #eee;
	border-radius: 3px;
	white-space: nowrap;
}

.sbup-upsell-row-button.sbup-added {
	opacity: 0.7;
	pointer-events: none;
}

@media (max-width: 768px) {
	.sbup-upsell-row .product-thumbnail img {
		width: 48px;
		height: 48px;
	}
}
