/**
* Theme Name:     Themename
* Theme URI:      https://templatemela.com/
* Template:       avanam
* Author:         TemplateMela
* Author URI:     #
* Description:    This is a child theme of Avanam, generated by TemplateMela.
* Version:        1.0.0
* License:        GNU General Public License v3.0 (or later)
* License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.elementor-widget:not(:last-child){
	margin-block-end: 0px !important;
}
.heading_container {
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 30px;
}

.heading_container img, .heading_container h2 {
	display: inline-block;
}

.heading_container h2 {
	margin: 0px 22px 40px;
	vertical-align: super;
}

.custom-shop-wrapper #main > .product-archive, .custom-shop-wrapper #main > .load-more-wrap, .product-archive, .custom-shop-wrapper #main > #sticky_filter {
	display: none;
}



@media only screen and (max-width: 900px) {
	.heading_container img{
		width: 50px;
  		height: auto;
	}
	.heading_container h2{
		vertical-align: baseline;
		margin: 0px 5px 40px;
	}
	.woocommerce ul.products li.product a{
		position: relative;
		z-index: 9999999999999999999;
	}
}



