.qliro-discount-form-modal {
	--error: firebrick;
	
	.error {
		color: var(--error);
	}

	#qliro-discount-form-heading {
		padding: 0;
	}

	#qliro-discount-form {
		padding: 0 1rem !important;
	}

	#qliro-discount-id-error {
		margin-top: 0;
	}

}

.qoc-shipping, .qoc-fee {
	width:15px !important;
	height:15px !important;
}

#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.qliro-return-fee .thumb div {
	display: block;
    text-indent: -9999px;
    position: relative;
    height: 1em;
    width: 1em;
    font-size: 1.5em;
    line-height: 1em;
    vertical-align: middle;
    margin: 0 auto;
}
#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.qliro-return-fee .thumb div::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "\e01a";
    color: #ccc;
}
