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

.wc-block-components-totals-coupon__content .wc-block-components-text-input input[type=text] {
	border: 0;
	border-radius: 0;
	background-color: var(--white);
	outline: 0;
	color: var(--darkbrown);
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}


.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;
	border: 0;
	border-radius: 0.3rem;
	cursor: pointer;
	position: relative;
	padding: 1.4rem 3rem;
	font-size: inherit;
	font-family: inherit;
    background-color: var(--orange);
    color: var(--darkbrown);
    font-weight: 700;	
}

.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;
	border-radius: 0.3rem;
	cursor: pointer;
	position: relative;
	transition: all .8s ease;
	padding: 1.8rem 3rem;
	font-size: inherit;
	font-family: inherit;
    border: 2px solid var(--orange);
    background-color: var(--orange);
    color: var(--darkbrown);
    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(--darkbrown);
		background-color: var(--darkbrown);
		color: var(--white);
	}


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