@media screen {
	/* hide coupon field… just in case it wasn't removed by 'wp' action */
	.wp-block-woocommerce-checkout-order-summary-coupon-form-block,
	.wp-block-woocommerce-cart-order-summary-coupon-form-block {
		display:none !important;
		}
	
	
	._bd_coupon-area h3 {
		text-align:center;
		margin-bottom:4px
		}
	._bd_coupons + * {
		margin-top:1.5rem;
		}
	/* left-side : label */
	._bd_coupon {
		position:relative;
		cursor:pointer;
		}
	._bd_coupon input {
		position:absolute;
		opacity: 0;
		width: 0;
		height: 0;
		}
	._bd_coupon input + div {
		border:3px solid transparent;
		border-radius:16px;
		}
	._bd_coupon input:checked + div {
		border:3px solid green;
		}
	/* coupon */
	._bd_coupon div div {
		text-align:center;
		color:#fff;
		background-color:purple;
		border-radius:10px;
		padding:8px;
		margin:4px;
		}
	._bd_free-ship div div {
		background-color:blue;
		}
	
	/* right-side : div */
	._bd_coupon + div {
		display:flex;
		flex-direction:column;
		justify-content:center;
		text-align:right;
		}
 	.wc-block-components-totals-item__description {
		display:none;
		}
	
} @media screen and (max-width:414px) {
} @media screen and (min-width:415px) {
} @media screen and (min-width:641px) {
	._bd_coupons._bd_coupons {
		padding-left:12px;
		padding-right:1rem;
		}
} @media screen and (min-width:769px) {
} @media screen and (min-width:1025px) {
} @media screen and (min-width:1441px) {
} @media screen and (min-width:1921px) {
}

