

.checkout-page-title .page-title-inner,
.checkout-page-title .page-title-inner a,
.checkout-page-title .page-title-inner nav{
	display: flex;
	align-items: center;
}

.checkout-page-title .page-title-inner a,
.checkout-page-title .page-title-inner span{
	font-family: Figtree;
	font-weight: 700;
	font-size: 15.5px;
	line-height: 18.6px;
	letter-spacing: 3%;
	top: 0;
}

.checkout-page-title .page-title-inner{
	padding-top: 0;
}

.checkout-page-title{
	position: sticky !important;
	top: 0px;
	border-bottom: 2px solid #E7E7E7;
	background: #fff;
	z-index: 10;
}



.woocommerce-checkout-review-order .cart-coupon-label,
.cart_totals .cart-discount .cart-coupon-label {
	color: var(--fs-color-primary);
    font-size: 12px;
    font-weight: 800;
    line-height: 14.4px;
    background-color: #FF198B0F;
    border: 1px dashed var(--fs-color-primary);
    padding: 4px 8px 3px 8px;
    border-radius: 5px;
	width: fit-content;
}