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

/* Woocommerce - Single Product */
.woocommerce div.product div.images img {
	width: auto !important;
}

.single-product .button.pi-custom-button.add-to-enquiry.add-to-enquiry-single {
	width: auto;
}

/* Woocommerce - Products Archive */
.woocommerce ul.products li.product a img {
	width: auto !important;
}

.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
	text-align: center;
}

.ig-home-categories mark {
	display: none;
}

.archive .woocommerce-loop-product__buttons, .archive .product.type-product div {
	display: none;
}

/* Woocommerce - Categories Sidebar */
.ig-sidebar-cats img, .ig-sidebar-cats mark.count, .ig-sub-cats.ig-home-categories img, .ig-sub-cats.ig-home-categories mark.count {
	display: none !important;
}

.ig-sidebar-cats ul {
	display: block !important;
}

@media only screen and (max-width: 1023px) {
	.ig-sidebar-cats ul {
		display: grid !important;
		grid-row-gap: 0px !important;
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

.ig-sidebar-cats li h2 {
	border-bottom: 1px solid #c0c0c0;
	font-weight: 400 !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.ig-sidebar-cats li:last-child h2 {
	border-bottom: none;
}

.ig-sidebar-cats li h2:hover {
	background-color: #333;
	color: #fff !important;
}

.ig-sub-cats.ig-home-categories li h2:hover {
	background-color: #333;
	color: #fff !important;
}

.ig-sub-cats.ig-home-categories ul.products.elementor-grid {
	border: 1px solid #c0c0c0;
}

.woocommerce-checkout #place_order, .woocommerce-cart .checkout-button {
	background-color: #a99537 !important;
}

.woocommerce-checkout #place_order:hover, .woocommerce-cart .checkout-button:hover {
	background-color: #333 !important;
}

td.product-quantity input.input-text {
	width: 90px !important;
}
