/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#category .products{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#brands-slider .slick-track{
    display: flex;
    align-items: center;
}

#index .tab-content>.tab-pane{
    display:none;
}


#index .tab-content>.tab-pane.active{
    display:block;
}
.allbrandsbtn
{
    align-items: center;
    text-align : center;
}

#gdpr_consent .psgdpr_consent_message span{
    color: #ffffff;
}
.products{
	display: flex;
flex-wrap: wrap;
width: 100%;
}