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

/* Hide "view cart" label after adding to cart a product via WPC AJAX Add to Cart for WooCommerce */
.woocommerce a.added_to_cart {
    display: none;
}

.wooco_components .wooco_component {
	padding-top: 30px;
	border-bottom: 0px solid #ddd;
}

.wooco_components .wooco_component .wooco_component_desc {
	font-size: 14px;
}

/* 
 * 
 * CART PAGE 
 * 
*/

.wl-ci-cart-table thead {
	display: none;
}

.wl-ci-cart-table tbody .woocommerce-cart-form__cart-item {
	background-color: #ffffff;
    border-bottom: 10px solid;
    border-color: transparent;
}

.wl-ci-cart-table tbody .woocommerce-cart-form__cart-item td.wl-ci-product-price {
    text-align: right;
}


.wl-ci-cart-table tbody .woocommerce-cart-form__cart-item td.wl-ci-product-quantity {
	text-align: center;
}

/* 
 * 
 * CHECKOUT PAGE 
 * 
*/
.woocommerce table.shop_table {
    border-spacing: 0px !important;
}

.wpmc-steps-wrapper form.checkout {
	padding: 5% 20% 0 20%;
}

.wpmc-nav-wrapper {
	padding: 0 20%;
}


/*
 * Add your own custom css below this text.
 */

/* 
1. PAGES
1.1. HOME
*/
mark.count {
	display: none !important;
}

/*
2. WOOCOMMERCE
2.1 CUSTOM OBJECTS STYLE
2.2 CUSTOM WOOCOMMERCE LOGIN TEXT
2.3 WOOCOMMERCE CHECKOUT
2.4 WOOCOMMERCE WIDGETS
2.5 WOOCOMMERCE SINGLE-PRODUCT
2.6 WOOCOMMERCE CART
2.7 WOOCOMMERCE ARCHIVES
2.8 WOOCOMMERCE MY ACCOUNT
3.1 MAILCHIMP FOR WP
*/

/* 1.1. HOME */
.entry-header {
	display: none;
}

/* 2.1 CUSTOM OBJECTS STYLE */
/*ul.products li.product img {
    border: 1px solid #eaeaea !important;
}*/

/* 2.2 CUSTOM WOOCOMMERCE LOGIN TEXT */
.page-id-7 .woocommerce h2 { 
    display: none;
}

.page-id-7 .woocommerce h3 { 
	margin-top: 2.2906835em;
	font-size: 2em;
    line-height: 1.214;
}

/* 2.3 WOOCOMMERCE CHECKOUT */
.shipping-calculator-button {
	display: none;
}

.woocommerce table.shop_table {
    border-spacing: 0px !important;
}

.wpmc-steps-wrapper form.checkout {
	padding: 5% 20% 0 20%;
}

.wpmc-nav-wrapper {
	padding: 0 20%;
}

.woocommerce-checkout .select2-selection--single {
    min-width: 400px;
}

/* 2.4 WOOCOMMERCE WIDGETS */
.widget.woocommerce li .count {
    display: none !important;
}

/* 2.5 WOOCOMMERCE SINGLE-PRODUCT */
.stock.in-stock {
	display: none;
}

#product-gallery .swiper-slide .swiper-slide-image {
	max-width: 1024px;
	margin: auto;
}

#product-gallery .swiper-slide .swiper-slide-image {
    display: block;
    height: auto;
    width: 100%;
}

.category_disclaimer p{
	font-size: 12px;
}

/* 2.6 WOOCOMMERCE CART */
@media (min-width: 768px) {
	.site-header-cart .cart-contents:after {
    	content: "\f07a";
		line-height: 0.8em;
	    font-size: 2em;
	}
}

/* 2.7 WOOCOMMERCE ARCHIVES */
.archive article.post-password-required {
	display: none;
}

a.add_to_cart_button {
	color: #fff;
}

/* 2.8 WOOCOMMERCE MY ACCOUNT */
.my_account_orders .button, 
.woocommerce-MyAccount-downloads .button,
.order-again .button {
    color: #fff;
}

/* 3.1 MAILCHIMP FOR WP */
.mc4wp-form-fields .input-text, input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], textarea {
    width: 100%;
}