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

.blurred-container { 
    backdrop-filter: blur(20px)!important; 
}

.elementor-menu-cart__product-name a {
    font-size: 1.1em!important;
}

.elementor-field-option a {
    color: white!important;
}

/* store woocomm styling */

.woocommerce-message {
    border-top-color: transparent;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f4f0ed;
    color: #313131;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-message::before {
    content: "\e015";
    color: #151515;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    border-radius: 6px!important;
    margin: 0;
    line-height: 1;
    font-weight: 400!important;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #151515;
    background-color: #E5E0DC;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid black;
    padding: 10px 0px;
}

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0px;
}

.woocommerce-MyAccount-content .woocommerce-Button {
    background: #151515!important;
    color: #fff!important;
}

.woocommerce-address-fields button.button.wp-element-button {
    background: #151515;
    color: white;
    border-radius: 5px!important;
}

button.button.wp-element-button {
    font-family: 'Work sans'!important;
} 

.woocommerce-error::before {
    color: #000000;
} 

.woocommerce-address-fields button.button.wp-element-button:hover { 
    background: #444444!important;
}

.woocommerce-MyAccount-content a.woocommerce-Button.button:hover {
    background: #444444!important;
}

a.woocommerce-Button.button {
    border-radius: 5px!important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 0em 0em 4em;
    background-color: #f4f0ed;
    color: #313131;
    border-top: 0px solid transparent;
    list-style: none outside;
}

.woocommerce-info::before {
    color: #333333;
}

.woocommerce-account h3 {
    font-family: 'Syncopate';
    font-size: 1em;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    margin-top: 30px;
}

form.woocommerce-cart-form * {
    border-width: 0px!important;
}

.cart-collaterals table * {
    background: transparent!important;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #151515;
    font-family: 'Work sans';
    color: #fff;
    font-weight: 300!important;
}

a.checkout-button.button.alt.wc-forward.wp-element-button:hover {
    background: #464646;
}

button#place_order:hover {
    background: #464646!important;
}

ul.wc_payment_methods.payment_methods.methods {
    padding-left: 0px!important;
}

.form-row.place-order {
    padding-left: 0px!important;
}

.woocommerce button.button {
    border-radius: 3px!Important;
}


.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    left: 0px;
}

.woocommerce-info {
    padding-left: 45px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: transparent; } 


table.shop_table.woocommerce-checkout-review-order-table * {
    border-width: 0px!important;
}

table.shop_table.woocommerce-checkout-review-order-table {
    border-width: 0px!important;
}

li.product .button {
    font-weight: 300!important;
    border-radius: 4px!important;
}

a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-weight: 300!important;
    border-radius: 4px;
}