.custom-menu-wrapper{
	display: flex;
    justify-content: space-between;
}


.categories-sec .category-box .box-content{
	width: 100%;
    left: 0 !important;
    padding-bottom: 30px;
    bottom: -80px !important;
/*     background: rgba(0,0,0,0.6) */
}

.categories-sec .category-box .box-content h2{
	    background: rgba(0,0,0,0.6);
    width: fit-content;
    padding: 5px 30px;
	transition:0.4s all;
}

.categories-sec .category-box .box-content .description {
	padding: 0 30px;
	opacity:0;
}

.categories-sec .category-box .box-content .ts-banner-button a {
	padding: 0 30px;
   opacity:0;
}

.categories-sec .full-width-box .box-content{
/*     left: 0 !important; */
    bottom: -80px !important
   
}


.categories-sec .category-box:hover h2{
	background:unset;
}
.categories-sec .category-box:hover .box-content{
	bottom:0 !important;
	background: rgba(0,0,0,0.6) ;
}

.categories-sec .category-box:hover .box-content .description{
	opacity:1;
}

.categories-sec .category-box:hover .box-content .ts-banner-button a {
	opacity:1;
}


.categories-sec .full-width-box:hover   .box-content{
	bottom:0 !important;
}
.about-slider  .swiper-slide{
	padding:80px 0;
	transition:0.4s all;
	margin-top:10px;	
}
.about-slider  .swiper-slide img{
	border:2px solid  rgba(217,18,31,1) !important;
	box-shadow: 0px 8px 9px 2px #00000087;
	
}
.about-slider .swiper-slide.swiper-slide-active + .swiper-slide {
    transform: scale(1.1);
	position: relative;
	z-index: 111;
	
}
.about-slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 75px;
}
.featured-shop-btn{
	
}

.red-text{
	color: #D9121F !important
}



@media (max-width: 1024px) {
	.about-slider .swiper-slide.swiper-slide-active + .swiper-slide {
    transform: unset;
	position: relative;
	z-index: 111;
	
}
	.about-slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 100px;
    left: 20px;
}
}

.c-box .ts-list-of-product-categories-wrapper.columns-1 .heading-title{
	    font-size: 24px; !important

}