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

.woocommerce-info{
	border-top-color: #000 !important;
}

.woocommerce-info::before{
	color: #000 !important;
}

.woocommerce #content div.product ul li.description_tab {
    display: none !important;
}
.woocommerce ul.products {
    list-style: none;
	padding: 0 !important;
}
.woocommerce a.added_to_cart{
	display: none !important;
}

.woocommerce .quantity .qty{
	width:100% !important;
}

.wcpa_form_outer .wcpa_error_msg{
	display: none;
}

/* Custom Style for pagination WooCommerce */

.woocommerce-pagination {
	border-top: 1px solid #000;
}
.elementor-419 .elementor-element.elementor-element-5d0c7b4.elementor-wc-products ul.products, .elementor-419 .elementor-element.elementor-element-c9b5291.elementor-wc-products ul.products {
		margin-bottom: 5%;
}

.woocommerce-pagination .page-numbers{
	display: inline-block;

}

.woocommerce-pagination li{
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

.woocommerce-pagination li:active, .woocommerce-pagination li:focus{
	background-color:#000;
	color:#fff;
}


.woocommerce-pagination ul {
	list-style:none ; 
	display:table;
	margin:0 auto;
	
}
