/**
* Theme Name:        avanam-grocerymart
* 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-grocerymart
* 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

*/

#menu-item-808.base-menu-mega-enabled > .sub-menu {
	padding-top: 0 !important;
}

.product #wrap-summary .summary-sidebar,
.product #wrap-summary #tmcore-live-viewing-visitors,
.site-bottom-footer-wrap,
.product-after-images-element,
.check-incart-sold,
.woocommerce-Tabs-panel .woocommerce-product-attributes,
.single-product-extras {
	display: none !important;
}

.wc-accordion-title {
	font-size: 20px;
}

html body.woocommerce.sptpro-smart-tabs .woocommerce-tabs ul.tabs.wc-tabs {
	display: none !important;
}

.products .type-product {
	position: relative;
}
.products .type-product .bio-icons-loop {
	display: flex;
    column-gap: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    padding: 10px;
}
.products .type-product .bio-icon {
	width: 28px;
	height: 28px;
}

.single-product-category {
	margin-bottom: 10px;
}

.ean-code-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 400px;
	margin-bottom: 60px;
}
.ean-code-wrap .text--bold {
	font-weight: 700;
}

.single-product div.product .woocommerce-tabs {
	margin-bottom: 30px !important;
}

.price-per-liter,
.price-per-liter .woocommerce-Price-amount {
	color: #aaa7a7 !important;
}

.wrap_compare_wishlist [data-text="Compare"] {
	display: none !important;
}

.carrier-delivery {
	display: flex;
	column-gap: 10px;
	align-items: center;
	margin-bottom: 30px;
}
.carrier-delivery img {
	width: 25px;
}



@media (min-width: 1025px) {
	.woocommerce.columns-laptop-4 .grid-cols {
		-ms-grid-columns: 1fr 1fr 1fr !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}


.woocommerce ul.products li.product a.woocommerce-loop-image-link {
	padding-top: 30px;
}