/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */
body {
	font-family: 'Cabin', sans-serif;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
	background-color: #000;
	border-radius: 0px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
	padding: 20px 40px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
	padding: .8em 1.5em;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
	background-color: #54595F;
}
table td, table th, .woocommerce-cart .cart-collaterals .cart_totals tr th, table thead:first-child tr:first-child th  {
	border: 0px solid #fff !important;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 120px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 3px 6px 3px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
	background-color: transparent;
}
.woocommerce button.button:hover {
	background-color: transparent;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top: 0px solid #fff;
	background-color: #f5f5f5;
}
.woocommerce-checkout #payment ul.payment_methods, .woocommerce-checkout #payment div.form-row {
	background-color: #f5f5f5; 
}
a, .woocommerce div.product p.price {
	color: #050f18;
}
.woocommerce-breadcrumb {
	font-size: 12px !important;
	font-weight: 700;
	margin-top: 4rem !important;
	margin-bottom: 1rem !important;
}
.product_meta {
	display: none;
}
.content-area {
	height: 750px;
}
.site-footer {
	margin-top: 12rem;
}
.woocommerce #reviews #comments h2 {
	display: none;
}
.woocommerce span.onsale {
	background-color: #000;
	border-radius: 0px;
	padding: .4em;
	top: 1em;
}
@media only screen and (max-width: 600px) {
	.content-area {
		height: 100%;
	}
}