/* Exemplu pentru a înlocui textul Add a coupon */
.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper button.wc-block-components-panel__button,
.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper button.wc-block-components-panel__button,
.wc-block-components-totals-coupon__content span.wc-block-components-button__text,
tr.wc-block-cart-items__header th.wc-block-cart-items__header-image span,
.wc-block-cart-item__quantity button.wc-block-cart-item__remove-link,
.wc-block-components-totals-shipping .wc-block-components-totals-item__value strong,
button.wc-block-components-panel__button .wc-block-components-order-summary__button-text
 {
    visibility: hidden;
}
.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper button.wc-block-components-panel__button::before,
.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper button.wc-block-components-panel__button::before
 {
    content: 'Adaugă un cupon';
    visibility: visible;
}
.wc-block-components-totals-coupon__content span.wc-block-components-button__text::before {
    content: 'Adaugă';
    visibility: visible;
	font-weight: normal;
	letter-spacing: 1px;

}

tr.wc-block-cart-items__header th.wc-block-cart-items__header-image span::before{
	 content: 'Produs';
    visibility: visible;
}

.wc-block-cart-item__quantity button.wc-block-cart-item__remove-link::before{
	 content: 'Scoate din cos';
    visibility: visible;
}
.wc-block-components-totals-shipping .wc-block-components-totals-item__value strong::before{
	 content: 'Gratuita';
    visibility: visible;
}
button.wc-block-components-panel__button .wc-block-components-order-summary__button-text::before{
	 content: 'Sumar comanda';
    visibility: visible;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item__description,
.wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns,
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center
{
	display:none;
}
h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title{
	display:block;
}


.wc-block-cart__submit-container{
	border: 0;
    background: #439B92;
    padding: 0.6em;
}

.wc-block-cart__submit-container a{
    color: #fff;
    font-size: 1.2em;
}
.wc-block-cart__submit-container a:hover{
    color: #fff;
}

.wc-block-cart__submit-container:hover,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained:hover,
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover
{

    background: #177C7F;

}


button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained,
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained
{
	border: 0;
	background: #439B92;
    color: #fff;
    font-size: 1.2em;
    padding: 0.6em;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained span{
	text-transform:capitalize;
}
.wc-block-cart-item__wrap .wc-block-components-product-metadata,
span.wc-block-components-shipping-rates-control__package__description--free
{
	display:none;
}
.wc-block-components-radio-control-accordion-option .container{
	width: unset;
}
