/* Add any additional CSS here. */


/* Request to remove Donate from left sidebar. */
aside .side-block.page-subnav .children .page_item.page-item-41 {
	display: none !important;
}

/* Add bigger border around highlighted option. */
/* change the li.gchoice_11_12_1 to the correct input box class if needed. */
.single-product .ginput_container_radio .gfield_radio>li.gchoice_11_12_1 label {
	border: 3px solid #000;
}

/* Makes the gift aid full width. */
.woocommerce .gift-aid-grid .ginput_container_radio ul.gfield_radio {
	display: block !important;
}

/* Quantity Box. */
.donation .product .quantity {
	margin-right: 20px !important;
}
.donation .product .quantity .qty {
	display: inline-block !important;
}
.donation .quantity::after {
	display: inline-block !important;
    width: 50px !important;
    padding: 3px 5px 4px;
    position: relative;
    top: 1px;
    left: 0px;
}
body.donation .quantity:before,
body.donation .quantity::after {
	display: none !important;
}

.nbn-shortcode-button {
	background: #94a300;
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	margin: 1em 1em 1em 0;
	font-size: 24px !important;
	font-weight: 600;
}







