.categories_cont{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;margin:-20px}.categories_cont .cat_item{background-position:50%;background-size:cover;height:225px;margin:10px;max-width:calc(25% - 20px);position:relative;width:100%}.categories_cont .cat_item:before{background:rgba(0,0,0,.3);content:"";height:100%;left:0;position:absolute;top:0;transition:all .4s;width:100%}.categories_cont .cat_item span{background:rgba(170,206,57,.7);bottom:0;color:#fff;font-size:1.5rem;left:50%;line-height:1.2;padding:5px 10px;position:absolute;transform:translate3d(-50%,0,0);transition:all .4s}.categories_cont .cat_item:hover:before{background:transparent}.categories_cont .cat_item:hover span{background:#aace39;bottom:50%;transform:translate3d(-50%,50%,0)}.categories_cont .cat_item.all_products{align-items:center;background-color:#aace39;display:flex;justify-content:center;text-decoration:none;transition:all .3s}.categories_cont .cat_item.all_products:before{display:none}.categories_cont .cat_item.all_products span{background:transparent!important;left:0;position:relative;top:0;transform:none}.categories_cont .cat_item.all_products:hover{background-color:#68801a}.categories_cont.home_categories{justify-content:center;margin:0}.categories_cont.home_categories .cat_item{border-right:1px solid #fff;margin:0;max-width:20%;width:100%}@media screen and (max-width:1024px){.categories_cont.home_categories .cat_item{max-width:25%}.categories_cont .cat_item span{min-width:200px;text-align:center}}@media screen and (max-width:640px){.categories_cont.home_categories .cat_item{max-width:50%}.categories_cont .cat_item{max-width:100%}}
