/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Freo Digital
Author URI:		https://www.freodigital.com.au/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Typography Styles */

body {
	font-size: 16px;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

/* General Styles */
a,
button {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;	
}
a {
    color: #f0af00;
}
body {
	line-height: 1.75;
}

/* Header Styles */

/* General Page Styles */

.members-access-error {
	text-align: center;
}

/* Woocommerce Styles */

.woocommerce div.product.elementor form.cart table.variations td {
    background: none !important;
}
.woocommerce div.product.elementor form.cart table.variations td.value select {
    border: solid 1px #ababab !important;
    border-radius: 0px;
    padding: 10px !important;
    height: 3em !important;
}
.woocommerce div.product.elementor form.cart table.variations td.value:before, .woocommerce div.product.elementor form.cart table.variations td.value select {
    height: 3em !important;
    width: 100% !important;
}
.woocommerce div.product form.cart .reset_variations {
    background: #f0af00;
    padding: 9px 15px;
    display: inline-block !important;
    color: #ffffff;
    position: absolute !important;
    right: 0px;
    top: 50px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #212121 !important;
}
body.single-product .woocommerce-variation-price {
    margin-bottom: 20px;
    margin-top: 40px;
}
.woocommerce-message {
    border-top-color: #f0af00 !important;
}
.woocommerce-message::before {
    color: #f0af00 !important;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    background: #f0af00;
    border-radius: 0px;
    color: #ffffff;
}
.elementor-menu-cart__footer-buttons a.elementor-button--checkout,
.wc-proceed-to-checkout {

}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #02a144 !important;
    color: #ffffff !important;
    border-radius: 0px !important;
    padding: 12px 15px;
    text-transform: uppercase;
}
.cart_totals h2 {
    font-size: 30px;
}
.woocommerce #content table.cart td.actions .input-text, .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: 150px !important;
    border-radius: 0px !important;
}

/* Footer Styles */