/* 
Theme Name: 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: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/

.content-area {
  margin-top: 30px;
}

.site-main .page-header {
  margin-top:30px !important;
}

.text-read-page .site-main {
    max-width: 700px !important;
}

button.single_add_to_cart_button, .checkout-button {
	background-color: var(--e-global-color-accent) !important;
}

.summary .woocommerce-Price-amount bdi, .seller-items .woocommerce-Price-amount bdi {
	color: var(--e-global-color-accent) !important;
	font-size:1.5em;
}

.woocommerce ul.products li.product .price bdi {
	color: var(--e-global-color-accent) !important;
	font-size:1.2em !important !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 0 15px;
	font-size: .95em;
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-title {
	font-size: 1.5em;
	font-weight: normal;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	background: var( --e-global-color-accent ) !important;
	color: white !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	font-size: 1.2em !important;
}

.woocommerce-loop-product__title {
	color: var(--e-global-color-primary);
	font-size: 1.4em !important;
}

.woocommerce-product-gallery__image, .slick-slide img {
	border-radius:10px;
}

.shop_table, .shop_table thead, .shop_table  th, .shop_table td, .shop_table tr {
	border:0 !important;
}


.shop_table td, .shop_table th {
	padding: 20px 10px !important;
}

input {
	font-size:.85em;
}