/* 
Theme Name: Amaze
Author: Commotion Creative
Version: 1.0
*/

.btn.btn-shop {
	background-color: #BAD982 !important;
}
header .mini-shopping-cart * {
	font-size: 24px;
}
header #current-cart-status { 
	font-size: 20px;
}
.wc-block-cart__submit-button {
  background-color: #000;
  border-width: 0;
  color: #fff;
}
.woocommerce-page .section__breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
	display: none;
}
.woocommerce .site-main {
	margin-top: 50px;
}
.woocommerce-product-details__short-description {
	margin-bottom: 15px;
}
.woocommerce-products-header,
.woocommerce-notice.woocommerce-thankyou-order-received {
    margin-bottom: 35px;
}
.woocommerce .woocommerce-products-header__title.page-title {
    display: none;
}
.woocommerce-column.col-1,
.woocommerce-column.col-2 {
	max-width: inherit;
}
.woocommerce table.variations tr {
	border: 0px;
}
.woocommerce .woocommerce-tabs tr th,
.woocommerce table.variations  tr th {
	background-color: inherit;
	color: #000;
}
.woocommerce div.product form.cart .variations select {
	padding-left: 10px;	
}
.woocommerce table.variations tr th,
.woocommerce table.variations tr td {
	padding: inherit;
}
.woocommerce .quantity .qty {
	margin-top: 3px;
	margin-right: 2px;
}
.woocommerce .single_add_to_cart_button {
	background-color: #000 !important;
}
.woocommerce .single_add_to_cart_button.disabled {
	background-color: #333 !important;
}
.woocommerce .product a {
	text-decoration: underline;
}
.woocommerce div.product form.cart .variations select {
	min-width: 50%;
}

/*CSS To remove the Tabs on all product pages and add in a line*/

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.woocommerce div.product .woocommerce-tabs::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 2em;
}

/* Added to fix the formatting of the "Thank you. Your order has been received." message on the checkout page*/
.woocommerce-notice  {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}

/* The below code hides the shopping cart from the website 
.mini-shopping-cart,
.btn.btn-shop {
	display: none;
}*/
