/*Top Navigation Menu*/

a.wp-block-navigation-item__content:hover {
	text-decoration: underline;
}


/*Homepage Feature Banner Text*/

@media only screen and (max-width: 800px) {
 .wp-block-cover .wp-block-cover__inner-container h1 {
	font-size: 3.5em !important;
}
}

@media only screen and (max-width: 800px) {
 .wp-block-cover .wp-block-cover__inner-container p {
	width: 95% !important;
}
}

/* Homepage Values Panel CTA Button */
.wp-element-button:hover {
	background: #57575b !important;
}


/* Add to Cart Buttons */

.woocommerce div.product form.cart button.single_add_to_cart_button {
border-radius:0px !important;
background: #000000;
}

.woocommerce div.product form.cart button.single_add_to_cart_button:hover {
	background: #57575b !important;
}

.wp-block-button.wp-block-button__width-100 .wp-block-button__link {
border-radius:0px !important;
}

.wp-block-button.wc-block-components-product-button {
	background:#000000;
	color:#fff;
	gap: 0px;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
	background: #000000;
}

.wp-block-button.wc-block-components-product-button:hover {
	background:#57575b;
	color:#fff;
}

/* Quantity Box */

.woocommerce div.product form.cart div.quantity .qty

{
	border-radius: 0px;
	width:30px;
	height: 50px;
	margin-right: 10px;
}

/* Related Products */
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
	margin-bottom: 0px !important;
}

/* Delivery Info */

.wc-block-components-radio-control__description, .wc-block-components-radio-control__secondary-description 
{
font-size: 1em !important;
}
	
	.product-description .price ins, .wc-block-components-product-price__value.is-discounted, .wc-block-components-formatted-money-amount, .woocommerce-Price-amount bdi {
		font-size: 1em !important;
	}

/*Mobile content pages*/
@media only screen and (max-width: 800px) {
.wp-block-post-content p {
	
padding-left: 25px;
	padding-right:10px;
}
}

@media only screen and (max-width: 800px) {
.wp-block-post-content h2 {
	
padding-left: 25px;
}
}

@media only screen and (max-width: 800px) {
.wp-block-post-content h3 {
	
padding-left: 25px;
}
}

/* Site Footer */

.site-footer a:hover {
	text-decoration: underline;
}