.wc-block-components-totals-coupon__content .wc-block-components-product-name {
    color: var(--pink);
    font-weight: 600;
}

.wc-block-components-totals-coupon__content .wc-block-components-text-input input[type=text] {
	margin: 0;
    padding: 0.8vw;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    outline: 0;
	line-height: unset;
	min-height: unset;
	font-family: inherit;
	font-size: inherit;
	background-color: #F5f5f5;
	transition: all .2s ease;
}


.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	line-height: 1;
	outline: 0;
	cursor: pointer;
	position: relative;
	font-weight: 600;
	transition: all .4s ease;
	padding: 1.2rem 2rem;
	border: 1px solid var(--pink);
	background-color: var(--pink);
	color: var(--white);
}

	.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button :hover {
		background-color: transparent;
		color: var(--pink);
	}


.wc-block-components-totals-item__description {
	margin-top: 1rem;
}


.wc-block-cart__submit-container .wc-block-components-button:not(.is-link) {
    margin-top: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	line-height: 1;
	outline: 0;
	cursor: pointer;
	position: relative;
	padding: 1.8rem 3rem;
	font-size: inherit;
	font-family: inherit;
    border: 2px solid var(--pink);
    background-color: var(--pink);
    color: var(--white);
    font-weight: 700;
	transition: all .8s ease;
}

	body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
		border: 2px solid var(--pink);
		background-color: transparent;
		color: var(--pink);
	}


/* Empty Cart */
.wc-block-cart__empty-cart__title {
	text-align: center;
}