/* 
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
*/
.page-content a {
	color: #D1BC92;
}

h2.woocommerce-loop-product__title, 
.wc-block-grid__product-title {
    height: 120px!important;
}
.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, 
.editor-styles-wrapper .wc-block-grid__product-title, 
.wc-block-grid__product-title {
	font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
	color: #292929;
    margin-bottom: 10px!important;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link, 
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_bundle.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_simple {
	color: #292929;
    background-color: #FFFFFF00;
    font-family: "Jost", Sans-serif;
    font-size: 12px!important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px!important;
    margin-top: 15px!important;
}
span.woocommerce-Price-amount.amount {
	color: #292929;
    font-family: "Heebo", Sans-serif;
    font-weight: 600;
}
a.added_to_cart.wc-forward {
	color: #D1BC92;
    font-family: "Jost", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.elementor-menu-cart__product-name.product-name a {
	color: #292929;
	font-family: "Jost", Sans-serif;
	color: #292929;
	font-weight: 600;
}
.uael-woo-products-slider .slick-next, 
.uael-woo-products-slider .slick-prev {
	z-index: 9!important;
}
a.elementor-button.elementor-button--view-cart.elementor-size-md {
	background-color: #1e1e1e;
	font-weight: 700;
}
a.elementor-button.elementor-button--checkout.elementor-size-md {
	background-color: #1e1e1e;
	font-weight: 700;
}

nav.woocommerce-MyAccount-navigation {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width:0;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 100%;
	font-family: "Jost", Sans-serif;
}
.woocommerce-account .woocommerce-MyAccount-content p:first-of-type {
	font-size: 24px;
	font-weight: 500;
}
#my-account {
	font-family: "Jost", Sans-serif;
}
#my-account a {
	color: #D1BC92;
}