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

* {
	font-family: "Gotham", Sans-serif;
	font-weight: 300;
}

body a, body a:hover, .woocommerce-info::before {
	color: #C53807;
}

.woocommerce .woocommerce-result-count {
    font-family: "Gotham", Sans-serif;
    font-weight: 300;
}

.woocommerce-message::before {
    color: #c53808;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 132px;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 62px;
    text-align: center;
}

.woocommerce-message {
    border-top-color: #c53808;
}

h2.woocommerce-loop-product__title {
    height: 68px;
    overflow: hidden;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #c53808;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 15px 15px 15px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #c53808;
}

.woocommerce-info {
    border-top-color: #C53807;
}

.woocommerce-MyAccount-navigation {
	line-height: 3;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
}

a.elementor-button.elementor-button--view-cart.elementor-size-md, a.elementor-button.elementor-button--checkout.elementor-size-md {
	font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 15px 15px 15px;
}




