/*********************************************************************************
/*
/* scuba-o-rings single product
/*
/********************************************************************************/

.storefront-full-width-content.single-product div.product .woocommerce-tabs {
	padding-bottom: 0;
	margin-bottom: 2.6em;
	border-bottom: 1px solid #f0f0f0;
}

.storefront-full-width-content .up-sells>h2:first-child, .storefront-full-width-content .related.products>h2:first-child {
	font-size: 1.8em;
}

@media (min-width: 768px) {
		
    .storefront-full-width-content .up-sells>h2:first-child, .storefront-full-width-content .related.products>h2:first-child {
        text-align: center;
        font-size: 2.2em;
		margin-bottom: 1.5em;	
    }
}

/* add icon to add to cart button */

button.single_add_to_cart_button:before {
   display: inline-block;
   font-family: FontAwesome;
   float: left;
   content: "\f217";
   font-weight: 300;
   margin-right: 1em;
}

/* disable click product image on sungle product page */

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	pointer-events: none;
}

 