/* 
Theme Name: Harbour Hound (Hello Elementor Child)
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Vic Michener
Author URI: https://myfavoritemarketer.com/
Template: hello-elementor
Version: 1.3.47
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



.woocommerce-store-notice {
  background-color: #B61F24!important; /* Example background color */
  color: #ffffff!important;        /* Example text color */
}

html, body {
/*  overflow-x: hidden!important;*/
	font-size: 1.1rem;
	color: #7a7a7a;
  }

.page-template-elementor_theme h1.entry-title, h1.entry-title {
	text-align: center;
	} 
	
/****Woo****/

/*remove Description and review tabs*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
	}

/*Remove SKU and categories*/
.woocommerce .product_meta  {
	display: none!important;
	}

/*Remove add to cart from related products, couldn't do in functions*/
.woocommerce ul.products li.product .button {
	display: none;
	}

/*Widen quantity field*/	
.woocommerce .quantity .qty {
    width: 4.631em;
 }


/* Checkout button specifically */
.woocommerce-checkout .woocommerce #place_order, 
.woocommerce-checkout .woocommerce a.button.alt {
    background-color: #A7AE9C !important;
    color: #FFF !important;
}

/* Cart/Proceed buttons */
.woocommerce .wc-proceed-to-checkout a.checkout-button {
    background-color: #A7AE9C !important;
    color: #FFF !important;
}

/* Hover states */
/*
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background-color: #92987F !important;
}*/
 
  /*
.checkout-button a.button.alt .wc-forward, .checkout-button button.alt .wc-forward {
	 background-color: #A7AE9C!important;
	 color: #FFF;
 }
 

 .checkout-button a.button.alt .wc-forward:hover {
	 background-color: #73776B!important;
 }*/