/*
.mega-menu-row {
	height: 90vh;
	overflow-y: scroll;
	overflow-x: hidden;
}
*/

.product-category-list-all {
	padding-bottom: 70px;
}

.off-canvas .sidebar-menu {
	padding-top: 0!important;
}

.mfp-ready .mfp-close {
	background: #000000CC;
    border-radius: 100%!important;
	mix-blend-mode: unset!important;
	opacity: 1!important;
    top: 10px;
    right: 10px;
}

.off-canvas-subcategory.open .subcategory-inner {
	overflow-y: scroll;
	padding-bottom: 80px;
    max-height: 100%;
}

.mfp-ready .mfp-close svg {
	width: 20px;
}

.mega-menu-row {
	padding-bottom: 40px;
}

#main-menu li {
	border: none!important;
}

.mega-menu-search .search-field {
	box-shadow: none!important;
    border: none;
    border-bottom: 1px solid #ddd;
	border-radius: 0!important;
}

.searchform .button.icon {
	background: none;
    display: flex;
    align-items: center;
    border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0!important;
	margin-top: 1px!important;
}

.mega-menu-row .category-section {
	padding: 0;
	margin-top: -30px;
}

.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
	background: #FFF!important;
}

.category-list-all {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.category-list-all__cta-banner {
	background: #FF0481;
	color: #FFF;
	margin: 0 -20px;
    padding: 4px 20px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	margin-bottom: 24px;
	
}

.category-list-all__title {
	font-size: 14px;
	text-transform: uppercase;
}

.category-list__item {
  flex: 0 0 calc(50% - 10px);
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.category-list__item:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(40, 40, 40, 0.77) 80.94%);
}

.category-list__item img {
	height: 140px;
    width: 100%;
    object-fit: cover;
}

.category-list__item p {
	color: #fff;
    font-weight: 600;
    z-index: 9999;
    padding: 12px!important;
	line-height: normal;
	    
	position: absolute;
    bottom: 0;
	left: 0;
}

/* Offcanvas */
.off-canvas-subcategory {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: white;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 10000;
}

.off-canvas-subcategory.open {
    transform: translateX(0);
}

.off-canvas-subcategory .off-canvas-subcategory__page-title {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 24px;
    cursor: pointer;
	
	background: red;
	
	position: sticky !important;
    top: 0px;
    border-bottom: 2px solid #E7E7E7;
    background: #fff;
    z-index: 10;
}

.category-list-all {
    display: flex;
    flex-wrap: wrap;
}

.subcategory-inner {
	padding: 20px;
}


.off-canvas-subcategory__page-title__name {
	font-size: 14px;
	text-transform: uppercase;
}

.subcategory-item {
	display: flex;
    align-items: center;
    width: 100%;
	margin-bottom: 12px;
}

.subcategory-item img {
	height: 80px;
    width: 80px;
    border-radius: 12px;
    margin-right: 20px;
    object-fit: cover;
}

.subcategory-item a {
	flex: 1;
	display: flex;
	align-items: center;
}

/* END Off Canvas */

/* Desktop CSS */
@media(min-width: 651px) {
	.category-list__item {
	  flex: 0 0 calc(25% - 15px);
	}
	
	.mega-menu-row .category-section {
		padding-top: 20px;
		margin-top: 0px;
	}

}
