.cart-coupon .section_coupons2 {
	margin-top: 10px;
	max-height: 100%;
	overflow: auto;
}
.cart-coupon .section_coupons2 .scroll {
	overflow: auto;
	padding-bottom: 120px;
}
.coupon_item .coupon_icon {
	position: absolute;
	top: -1px;
	left: -5px;
	width: 100px;
	height: calc(100% + 2px);
	background: #DEDEDE top left/cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section_coupons2 .coupon_item .coupon_icon .coupon_discount {
	font-size: 28px;
}
.coupon_item .coupon_icon .coupon_discount {
	color: #fff;
	font-weight: 700;
	font-size: 32px;
}
.section_coupons2 .coupon_item .coupon_body {
	padding: 15px 10px 15px 10px;
}
.coupon_item .coupon_body .coupon_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.coupon_item .coupon_body .coupon_desc {
	font-size: 12px;
	line-height: 15px;
	color: #727272;
	padding-bottom: 8px;
}
.coupon-justify-s {
	justify-content: space-between;
}
.coupon-align-c {
	align-items: center;
}
.coupon-flex-box {
	display: flex;
}
.section_coupons2 .coupon_item .coupon_copy {
	flex: 1;
}
.coupon_item .coupon_copy {
	padding: 0;
	margin-bottom: 0;
	border: 1px solid #F01F86;
	border-radius: 0;
	background: #fff;
	height: 36px;
	line-height: 34px;
	display: block;
	width: 100%;
	max-width: 216px;
	color: #F01F86;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}
.coupon_info_toggle {
	font-size: 14px;
	color: #353945;
	cursor: pointer;
	margin-bottom: 3px;
	text-decoration: underline;
	margin-left: 10px;
}
.product-coupon__wrapper {
	margin: 10px 0 10px;
}
.product-coupons {
	display: inline-block;
	align-items: center;
	cursor: pointer;
	overflow-x: auto;
}
.coupon_item.lite {
	flex: 0 0 auto;
	border: 0;
	min-height: 0;
	overflow: hidden;
	padding: 0 !important;
	margin-right: 5px;
	border-radius: 1px;
	display: inline-block;
}
@media only screen and (max-width: 1024px) {
	.coupon_item {
		min-height: calc(100% - 18px);
	}
}
.coupon_item {
	position: relative;
	background: #fff;
	display: flex;
	min-height: 100px;
	height: 100%;
	border: 1px solid #1869a8;
	border-radius: 0px 5px 5px 0;
	padding-left: 100px;
}
@media only screen and (max-width: 768px) {
	.coupon_item.lite .coupon_content {
		font-size: 14px;
	}
}
.coupon_item.lite .coupon_content {
	border: 1px solid #1869a8;
	background: #1869a8;
	color: #fff;
	border-radius: 1px;
	padding: 3px 12px;
	position: relative;
	font-size: 14px;
	width: 150px;
}
.coupon_item.lite .coupon_content::before {
	left: -8px;
}
.coupon_item.lite .coupon_content::before
{
	content: '';
	position: absolute;
	border-radius: 999px;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 1px solid #1869a8;
	top: 50%;
	transform: translateY(-50%);
}
.coupon_item.lite .coupon_content::after {
	right: -8px;
}
.coupon_item.lite .coupon_content::after {
	content: '';
	position: absolute;
	border-radius: 999px;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 1px solid #FE6AB3;
	top: 50%;
	transform: translateY(-50%);
}
