.coupons-selection .ver-y {
	/*background: url(/images/icons/userflow/validation-v.svg) no-repeat center center;*/
	/*background-size: 50%;*/
	/*filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(*/
	/*        180deg*/
	/*) brightness(500%) contrast(100%);*/
	display: none;
	/*min-height: 20px;*/
	/*max-width: 40px;*/
	/*margin: 0 auto;*/
}

.coupons-selection .selected .use_coupon_btn {
	background-color: var(--thm-bg-selection) !important;
	border-color: var(--thm-border-selection) !important;
	box-shadow: 0 0 0 0.2rem rgba(252, 175, 27, 0.5);
}

.hideCoupon {
	opacity: 0;
	display: none;
}

.locked-btn {
	display: inline-block;
}