.wc-category-slider-wrapper{
    width:100%;
    margin-bottom:40px;
}

.wc-category-slider{
    padding:15px;
}

.wc-category-slider .swiper-slide a{
    display:block;
    text-decoration:none;
}

.wc-category-slider-image{
    overflow:hidden;
}

.wc-category-slider-image img{
    width:100%;
    height:auto;
    display:block;
}

.wc-category-slider span{
    display:block;
	font-family: 'Brandon Grotesque';
    text-align:center;
    margin-top:18px;
    font-size:13px;
    letter-spacing:2px;
    color:#111;
    text-transform:uppercase;
    font-weight:450;
}

.wc-category-slider .swiper-scrollbar{
    position:relative;
    margin-top:25px;
    height:2px;
    background:#ddd;
}

.wc-category-slider .swiper-scrollbar-drag{
    background:#000;
}

@media(max-width:767px){

    .wc-category-slider span{
        font-size:14px;
		font-family: 'Brandon Grotesque';
        line-height:17px;
        letter-spacing:1px;
    }

}

.wc-category-slider-heading{
    text-align:center;
    
}

.wc-category-slider-heading h2{
    font-size:22px;
	padding-left:15px;
	font-family: 'Brandon Grotesque'!important;
    font-weight:500;
    letter-spacing:2px;
    text-transform:uppercase;
    margin:0;
    color:#111;
}

@media(min-width:768px){

    .wc-category-slider-heading{
        text-align:left!important;
    }
	.wc-category-slider-heading h2{
	padding-left:15%!important;
	}

}


.wc-category-slider-wrapper {
    margin-bottom: 0px!important;
}