.order-bump-battery-container {
}

.order-bump-custom-placement-container-title {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

.order-bump-custom-placement {
	display: flex;
	/* border-top: 1px solid #cccccc; */
	border: 2px solid #0087df !important;
	border-radius: 8px;
	margin-bottom: 5px;
}

.order-bump-container {
}

.order-bump-item {
	display: flex;
	background: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	gap:10px;
}

.order-bump-item.selected {
	background: #F2FAF0;
}

.order-bump-item:first-child {
	border-top: 1px solid #cccccc;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.order-bump-item:last-child {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.order-bump-checkbox {
	display: none;
}

.order-bump-image-container {
	width: 80px;
	height: 80px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
}

.order-bump-image {
	width: 100%;
	height: auto;
}

.order-bump-content {
	width: 100%;
	padding-left: 0 !important;
}

.order-bump-title {
	font-size: calc(14px + 0.1vw);
	font-weight: 700;
	color: #444444;
}

.order-bump-product-name {
	font-size: calc(12px + 0.1vw);
	font-weight: 500;
	color: #111111;
}

.order-bump-description {
}

.order-bump-more-details {
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
	background: #dddddd;
	padding: 3px 6px;
	border-radius: 3px;
}

.order-bump-features-container {
	display: none;
}

.order-bump-features-list {
	position: relative;
	list-style-type: none;
	padding: 0;
}

.order-bump-features-list li {
	position: relative;
	font-size: calc(11px + 0.1vw);
	padding-left: 27px;
	padding-top: 2px;
	line-height: 1.1;
	font-weight: normal;
	margin-bottom: 5px;
}

.order-bump-features-list li:before {
	scale: 0.9;
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 1;
	width: 19px;
	height: 16px;
	background: url(../img/ico-checks.png) left -83px no-repeat;
	filter: brightness(0) saturate(100%) invert(19%) sepia(59%) saturate(2739%) hue-rotate(187deg) brightness(99%) contrast(101%);
}

.order-bump-price-container {
	display: flex;
	align-items: center;
	justify-content: end;
	flex-wrap: wrap;
	gap:5px;
}

.order-bump-old-price {}
.order-bump-price {}
.order-bump-add-button {}