/**
* Theme Name:        avanam-medico
* 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
* Text Domain:       avanam-medico
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/
/* add to cart button full width in product card view.. */
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) .product-details.entry-content-wrap .product-action-wrap { max-width: 100% !important; }

/* hide reset variation from single product page */
.variations_form .reset_variations {
    display: none !important;
}

/* hide sku from single product page */
.sku_wrapper{
    display: none !important;
}

/* hide star rating from product catelog page */
.star-rating-block{
	display: none !important;
}

/* all category mega menu border issue */
#menu-item-5791 ul.products.grid-cols:after,
#menu-item-5791 ul.products.grid-cols li.product:before{
	border: 0;
}
#menu-item-5791 ul.products.grid-cols{
	row-gap: 0;
}