/* 
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
*/

body{
	letter-spacing: .2px;
}

li{
	line-height: 30px;
}

p{
	margin-bottom: 40px;
}

:root {
	--wp--preset--color--woocommerce: #CD015B !important;
}

.woocommerce .button,
.woocommerce-page .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color:#CD015B !important;
    border-radius: 30px !important;
    color: #fff !important;
	border-color: #CD015B !important;
}

.woocommerce div.product .price {
    color: #CD015B !important;
}

#primary{
	padding-top: 20px;
}

.wc-block-components-button,
.wc-block-components-button.contained,
.wc-block-cart__submit-button {
    background-color: #CD015B !important;
    color: #fff !important;
    border-radius: 30px !important;
    border: none !important;
}

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #CD015B !important;
    border-width:
  0;
    color: #fff !important;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding:
  calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration:
  none;
  }