/*
Theme Name: Hello Child
Theme URI: http://example.com/hello-child/
Description: Hello Child Theme
Author: Alina
Author URI: http://example.com
Template: hello-elementor
Version: 1.0.0
*/

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100vw;
	padding-left: 10vw;
	padding-right: 10vw;
}

h1 {
	color: grey;
}

p {
	color: gray;
}


.elementor-button {
    background-color: yellow;
    border-radius: 3px;
    color: black;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}

img {
	border-radius: 5px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	color: black;
}

a {
	color: pink;
}

bdi {
	color: black;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	background-color: white;
	line-height: 1rem
}

.woocommerce-variation-price {
	margin: 15px;
}
