/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Table head product total **/
thead .product-total {
	visibility: hidden !important;
}

/** General >> Cart subtotal table heading **/
.cart-subtotal th {
	visibility: hidden !important;
}

/** General >> Span (#1) bdi **/
tbody > tr:nth-of-type(1) > td:nth-of-type(2) > span:nth-of-type(1) > bdi {
	visibility: hidden !important;
}

/** General >> Span (#1) bdi _2 **/
tbody > tr:nth-of-type(2) > td:nth-of-type(2) > span:nth-of-type(1) > bdi {
	visibility: hidden !important;
}

/** General >> Cart subtotal table data **/
.cart-subtotal td {
	visibility: hidden !important;
}

/** General >> Order total table heading **/
.order-total th {
	visibility: hidden !important;
}

/** General >> Order total table data **/
.order-total td {
	visibility: hidden !important;
}

/** General >> Payment paragraph **/
#payment p {
	visibility: hidden !important;
}

/** General >> Table head product subtotal **/
thead .product-subtotal {
	visibility: hidden !important;
}

/** General >> Table row (#1) product subtotal **/
tbody > tr:nth-of-type(1) > .product-subtotal {
	visibility: hidden !important;
}

/** General >> Table row (#2) product subtotal **/
tbody > tr:nth-of-type(2) > .product-subtotal {
	visibility: hidden !important;
}

/** General >> Coupon code **/
#coupon_code {
	visibility: hidden !important;
}

/** General >> Coupon [type="submit"] **/
.coupon [type="submit"] {
	visibility: hidden !important;
}

/** General >> Post 7 heading 2 **/
#post-7 h2 {
	visibility: hidden !important;
}

/** General >> Post 7 shop table responsive **/
#post-7 .shop_table_responsive {
	visibility: hidden !important;
}

/** General >> Post 7 cart totals **/
#post-7 .cart_totals {
	border-width: 0 !important;
}

/** General >> Table head product name **/
thead .product-name {
	visibility: hidden !important;
}

/** General >> Table data (#2) paragraph **/
tbody > tr:nth-of-type(1) > td:nth-of-type(2) > p {
	visibility: hidden !important;
}

/** General >> Table data (#2) paragraph _2 **/
tbody > tr:nth-of-type(2) > td:nth-of-type(2) > p {
	visibility: hidden !important;
}

/** General >> Post 987471074 woocommerce order overview total **/
#post-987471074 .woocommerce-order-overview__total {
	visibility: hidden !important;
}

/** General >> Table row (#1) table heading **/
tfoot > tr:nth-of-type(1) > th {
	visibility: hidden !important;
}

/** General >> Table row (#1) table data **/
tfoot > tr:nth-of-type(1) > td {
	visibility: hidden !important;
}

/** General >> Table row (#2) table heading **/
tfoot > tr:nth-of-type(2) > th {
	visibility: hidden !important;
}

/** General >> Table row (#2) table data **/
tfoot > tr:nth-of-type(2) > td {
	visibility: hidden !important;
}

/** General >> Post 7 multiply symbol **/
#post-7 .multiply-symbol {
	visibility: hidden !important;
}

/** General >> Product mobile actions bdi **/
.product-mobile-actions bdi {
	visibility: hidden !important;
}

/** General >> Post 7 entry content **/
#post-7 .entry-content {
	
}

/** General >> Post 7 give wc intro row **/
#post-7 .give-wc-intro-row {
	font-size: 1.2em !important;
}

/** General >> Post 7 give wc intro text **/
#post-7 .give_wc_intro_text {
	font-size: 1.2em !important;
	line-height: 1.4 !important;
	border-color: rgb(4, 54, 254) !important;
	border-width: 10px !important;
}

/** General >> Post 7 give wc donation section td **/
#post-7 .give_wc_donation_section_td {
	border: 10px solid rgb(10, 14, 179) !important;
}

/** General >> Give wc form 987471202 give wc form title **/
#give-wc-form-987471202 .give-wc-form-title {
	font-size: 1.2em !important;
	line-height: 1.4 !important;
	font-weight: 700 !important;
}

/** General >> Give wc form 987471202 give wc donation amount text **/
#give-wc-form-987471202 .give-wc-donation-amount-text {
	color: rgb(255, 255, 255) !important;
	font-size: 1.2em !important;
	line-height: 1.4 !important;
	font-weight: 700 !important;
	background-color: rgb(10, 14, 179) !important;
	padding: 4px 8px 4px 8px !important;
}

/** General >> Give amount **/
#give-amount {
	font-size: 1.2em !important;
	line-height: 25 !important;
	margin-top: 10px !important;
}

