/*
Theme Name: 		Hema Child
Theme URI: 			https://hema.templateoption.com/
Author: 			WTTechDesign Team
Author URI: 		https://www.webtwine.com/
Description: 		hema is ThemeForest WordPress Premium Theme.
Version: 			1.0.0
Requires at least: 	5.9
Tested up to: 		6.0
Requires PHP: 		7
License: 			Themeforest Commercial Licence
License URI: 		https://themeforest.net/licenses/standard
Tags: 				flexible-header, one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, editor-style, featured-images, featured-image-header, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready, blog, shop
Template:     		hema
Text Domain: 		hema-child

Theme Custom CSS starts here
------------------------------------------------------------ */

.separator-icone .list-icon{
	display:flex;
	justify-content:center;
	align-items:center;
}
.flowers-cat .bx-wrap-cont{
	position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background-color: #fff;
	padding:12px;
}
.flowers-cat .category-title::after {
    content: '\ea5b';
	 font-family:"annimex-icons";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
	transition: color 0.3s ease;
}
.flowers-cat .category-title{
	transition: color 0.3s ease;
}
.flowers-cat .bx-wrap-cont:hover{
	background-color:var(--wt-theme-color);
	transition: color 0.3s ease;
}
.flowers-cat .bx-wrap-cont:hover .category-title,.flowers-cat .bx-wrap-cont:hover .category-title::after{
	color:#fff
}
@media (max-width: 1024px) {
	.flowers-cat .category-title::after{
		font-size:14px;
	}
}
@media (max-width: 767px) {
	.flowers-cat .category-title::after{
		font-size:12px;
	}
}
.prod-s1 .button-set{
	gap:5px;
	box-shadow:none !important;
} 
.prod-s1 .button-icons > * {
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 5px;
}