/* Add CSS here */

.hot-product .product-button-hover {
	display: none;
}
.woocommerce.widget_product_categories > ul li .thebase-cat-toggle-sub, .woocommerce .wp-block-woocommerce-product-categories > ul li .thebase-cat-toggle-sub {
	padding: 13px 19px;
}
.main-navigation.header-navigation ul::before {content: none !important;}
.entry-hero-container-inner .entry-header{min-height: 170px !important;}
h1, h1.elementor-heading-title{padding: 0 !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border-end-end-radius: 0 !important; border-end-start-radius: 0 !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{border-end-end-radius: 0 !important; border-end-start-radius: 0 !important;}
.primary-sidebar.widget-area .widget_media_image .wp-block-image {
	padding: 0 !important;
}
.wp-block-search .wp-block-search__input {padding: 10px 40px 10px 10px !important;}
.secondary-navigation .secondary-menu-container > ul > li.menu-item > a::after {
	background: var(--global-palette9) !important;
}
.single .entry-meta, .single .thebase-breadcrumbs {
	color: var(--global-palette2) !important;
}

.pageloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/loader.gif) center no-repeat #ffffff;
}