.home-banner-area ul.categories a:hover {
    background: aliceblue;
/*    transform: scale(1.01);*/
    color: var(--hov-primary)!important;
}
.home-banner-area .all-category a:hover {
	transform: scale(1.1);
	color: var(--hov-primary)!important;
	display: inline-block;
}
.aiz-main-wrapper header a:hover {
    color: var(--hov-primary)!important;
    transform: scale(1.05);
}

.home-flash-sale {}

.home-flash-sale .sale-item-outer {}

.home-flash-sale .sale-item-main {
    box-shadow: 0px 0px 10px #a5a5a5;
}

.img-fit{
	object-fit: contain!important;
}

.home-slider-bottom a{
	overflow: hidden;
	transition: all .3s ease;
}
.home-slider-bottom a img{
	transition: all .3s ease;
}
.home-slider-bottom a:hover img{
	transform: scale(1.1);
}

.home-slider-bottom a:hover{
	color: var(--hov-primary)!important;
}


.home-banner-area ul.categories a:hover {
    /* transform: scale(1.01); */
    background: var(--hov-primary)!important;
    color: #fff!important;
}
.home-flash-sale .sale-item-main img{
    transition: all .3s ease;
}
.home-flash-sale .sale-item-main:hover img {
    transform: scale(1.1);
}
body a:not(.btn):hover {
    color: var(--hov-primary)!important;
}