.elementor-template-full-width .row>[data-elementor-type]{
	margin-bottom: 0px !important;
}
/* CSS for Pixelated Code mega menu */
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container__inner{
	padding: 0px;
	box-shadow: none;
	border-radius: 6px;
}
.pc-mega-menu-content .products.wd-stretch-cont-lg{
	gap: 16px
}
.pc-mega-menu-content .category-grid-item{
    max-width: 15.5%;
}

.pc-mega-menu-content .category-grid-item .wd-entities-title{
    text-transform: capitalize;
    font-size: 10px;
    letter-spacing: 1.1;
    font-weight: 500;
}
.pc-mega-menu-content .cat-design-default .more-products{
    display: none;
}
.pc-mega-menu-content .cat-design-default .wrapp-category{
    display: flex;
    flex-direction: column;
    box-shadow: none;
}
.pc-mega-menu-content .cat-design-default .wd-entities-title{
    position: relative;
    bottom: 0%;
    text-align: center;
    margin-top: 12px;
}
.pc-mega-menu-content .cat-design-default .hover-mask{
    position: relative;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transform: translateY(0%) translateZ(0);
}


/*Css for Mega menu*/

.hover-mega-menu .wd-nav-img, .mega-menu-list img {
    display: inline-block;
    margin-right: 7px;
    max-height: 80px;
    width: auto !important;
}

ul.sub-sub-menu li.item-with-label.item-label-primary a {
    font-size: 16px !important;
}


div#ppc-button-ppcp-gateway {
    filter: grayscale(0) !important;
}



/* .home-categories {
    position: relative;
}

.home-categories > .wrapp-category {
    position: relative;
    z-index: 9;
}



.home-categories .wrapp-category {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 152 208 / 84%);
    z-index: 1;
} */


/* .home-categories .wrapp-category {
background: #F6F8F9;
background: radial-gradient(circle farthest-corner at center center, #F6F8F9 0%, #E5EBEE 30%, #D7DEE3 60%, #F5F7F9 100%);background: #F6F8F9;
background: -webkit-radial-gradient(circle farthest-corner at center center, #F6F8F9 92%, #F5F7F9 56%);
background: -moz-radial-gradient(circle farthest-corner at center center, #F6F8F9 92%, #F5F7F9 56%);
background: radial-gradient(circle farthest-corner at center center, #F6F8F9 92%, #F5F7F9 56%);

}  */

.home-categories .wd-entities-title {
	background: #ddd;
	padding: 10px;
	color: #333;
}
.more-products{
/* 	background: #999;
	padding: 10px; */
	color: #333;
}

@media (min-width: 768px) and (max-width: 1024px){
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}