/*
Theme Name: Miniture Child
Theme URI: http://miniture.novaworks.net
Description: This is a child theme for Miniture Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: miniture
Version: 1.0.4
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

.product-search-result .woocommerce-Price-amount {
	display: none;
}

.logged-in .product-search-result .woocommerce-Price-amount {
	display: block;
}

.woocommerce-product-gallery__wrapper .zoominner img {
	display: flex;
	margin: 0 auto;
}

body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type {
	display: none;
}

.kitify-products__list_wrapper .item--popcard>a.button::before {
	display: inline-block;
	font: normal normal normal 1em/1 NovaIcons;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 22px;
	content: '\ea2a';

}

.kitify-products__list_wrapper .item--popcard>a .miniture-addtocart {
	display: none;
}

ul.products.products-grid-2 .product .product-item .product-item__description--popcard {
	display: none;
}

.woocommerce-product-gallery__image .zoominner a {
	pointer-events: none;
}

ul.products .product .product-item .product-item__thumbnail-placeholder a img {
	max-height: 280px;
	width: auto;
}
.woocommerce-product-gallery__wrapper .zoominner img {
	max-height: 480px;
	width: auto;
}

.elementor-location-footer a {
	color: inherit;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/
