/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.gform_wrapper span.ginput_total {
    color: #27b927 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}
.mini_file_order_list_item {
	background-color: #4595BD; color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}
.mini_file_order_list_item:hover {
	background-color: #000103;
}

.woocommerce input.button, .woocommerce-page .coupon input.button {
	background-color: #4593bc;
	color: #fff;
}
.content_block_background .woocommerce .coupon input.button,
.woocommerce-page .content_block_background .coupon input.button {
	color: #fff;
	text-shadow: none;
}
.content_block_background .woocommerce .coupon input.button:hover,
.woocommerce-page .content_block_background .coupon input.button:hover {
	color: #000;
}
input#coupon_code {
    min-width: 200px;
}