/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/* HEADER */
div#primary header.woocommerce-products-header,
div#primary nav.woocommerce-breadcrumb {
    display: none;
}
main#content .page-header {
    display: none;
}
body.wp-singular.page-template-default.page.page-id-1111 .alignwide {
    margin-inline: 0;
}
.elementor-element.e-flex.e-con-boxed.e-con.e-child.elementor-sticky img {
    max-height: 50px;
    width: auto;
}

.wc-block-components-sidebar-layout.wc-block-cart {
    padding-top: 0;
    color: #000;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 16px !important;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    color: #fff;
}
/*
.product_cat-haba-members .squad-product.elementor-widget.elementor-widget-button {
    display: none;
}
.product_cat-haba-squad .member-product.elementor-widget.elementor-widget-button {
    display: none;
}
.product_cat-haba-members .squad-product.elementor-widget.elementor-widget-button,
.product_cat-haba-squad .member-product.elementor-widget.elementor-widget-button {
    text-align: center;
}
*/
/* WOo Products */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 20px;
    color: #1B4594;
}
.woocommerce ul.products li.product .price {
    color: #E3000A;
    font-size: 18px;
}
.woocommerce ul.products li.product .button {
    background: #16163f;
    color: #fff;
    width: 100%;
    font-weight: 400;
    padding: 15px;
    text-transform: uppercase;
}

/* CART CHECKOUT */
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
    background: #16163F;
    color: #fff;
    border-color: #16163F;
    font-size: 20px;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
    font-size: 18px;
}
.woocommerce-notices-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 18px !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price>*, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price>* {
    font-size: 16px;
}
.wc-block-components-product-details.wc-block-components-product-details {
    font-size: 14px;
}
.wc-block-components-radio-control-accordion-content p {
    font-size: 16px;
}
@media screen and (max-width: 768px) {
	.alignwide {
		margin-inline: 0;
	}
}