.section-woocommerce .wc-block-cart-items__header-image span,
.section-woocommerce .wc-block-cart-items__header-total span,
.section-woocommerce .is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 10px;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-woocommerce table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-family: "Cabin", sans-serif;
    color: var(--text-color);
    font-style: normal;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
}

.section-woocommerce .wc-block-components-product-badge {
    font-size: 10px;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
    font-weight: 600;
    padding: 2px 4px;
    white-space: nowrap;
}

.section-woocommerce table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    font-size: 16px;
    font-weight: 500;
}

.section-woocommerce .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 12px;
}

.section-woocommerce .wc-block-components-form .wc-block-components-text-input input[type=email],
.section-woocommerce .wc-block-components-form .wc-block-components-text-input input[type=number],
.section-woocommerce .wc-block-components-form .wc-block-components-text-input input[type=password],
.section-woocommerce .wc-block-components-form .wc-block-components-text-input input[type=tel],
.section-woocommerce .wc-block-components-form .wc-block-components-text-input input[type=text],
.section-woocommerce .wc-block-components-form .wc-block-components-text-input input[type=url],
.section-woocommerce .wc-block-components-text-input input[type=email],
.section-woocommerce .wc-block-components-text-input input[type=number],
.section-woocommerce .wc-block-components-text-input input[type=password],
.section-woocommerce .wc-block-components-text-input input[type=tel],
.section-woocommerce .wc-block-components-text-input input[type=text],
.section-woocommerce .wc-block-components-text-input input[type=url],
.section-woocommerce .wc-blocks-components-select .wc-blocks-components-select__select {
    border-radius: 0;
    border: 1px solid var(--secondary-color);
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.section-woocommerce .wc-block-components-form .wc-block-components-text-input input[type=email]:hover,
.section-woocommerce .wc-block-components-form .wc-block-components-text-input input[type=number]:hover,
.section-woocommerce .wc-block-components-form .wc-block-components-text-input input[type=password]:hover,
.section-woocommerce .wc-block-components-form .wc-block-components-text-input input[type=tel]:hover,
.section-woocommerce .wc-block-components-form .wc-block-components-text-input input[type=text]:hover,
.section-woocommerce .wc-block-components-form .wc-block-components-text-input input[type=url]:hover,
.section-woocommerce .wc-block-components-text-input input[type=email]:hover,
.section-woocommerce .wc-block-components-text-input input[type=number]:hover,
.section-woocommerce .wc-block-components-text-input input[type=password]:hover,
.section-woocommerce .wc-block-components-text-input input[type=tel]:hover,
.section-woocommerce .wc-block-components-text-input input[type=text]:hover,
.section-woocommerce .wc-block-components-text-input input[type=url]:hover,
.section-woocommerce .wc-blocks-components-select .wc-blocks-components-select__select:hover {
    border: 1px solid var(--text-color)
}

.section-woocommerce .wc-block-components-totals-wrapper {
    padding: 32px 0;
}

.section-woocommerce .wc-block-components-totals-coupon__content button {
    padding: 14px 32px;
}

.section-woocommerce .wp-block-woocommerce-empty-cart-block {
    text-align: center;
}

.section-woocommerce .wp-block-woocommerce-empty-cart-block h2 {
    font-family: "Cabin", sans-serif;
    color: var(--text-color);
    font-style: normal;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}