#category{margin-bottom:40px}#category .products{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:stretch;align-items:stretch;margin-left:-20px;margin-right:-20px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:25px}@media (max-width:767px){#category .products{margin-left:-5px;margin-right:-5px}}#category .products .product{width:25%;padding-left:20px;padding-right:20px;margin-bottom:30px}@media (max-width:991px){#category .products .product{width:calc(100% / 3)}}@media (max-width:767px){#category .products .product{width:50%;padding-left:5px;padding-right:5px}}#category .products .product .product-wrapper{position:relative;background-color:#f5f5f5}#category .products .product .product-wrapper img{width:100%}#category .products .product .product-wrapper .title-wrapper{display:-ms-flexbox;display:flex;transition:opacity .2s linear;position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(245,245,245,.8);-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding:10px}#category .products .product .product-wrapper .title-wrapper .title{text-align:center;font-size:20px;font-weight:500;margin-bottom:30px}@media (max-width:767px){#category .products .product .product-wrapper .title-wrapper .title{font-size:14px}}#category .products .product .product-wrapper .title-wrapper .action .btn-more{display:block;background-color:#000;color:#fff;font-size:14px;padding-top:16px;padding-bottom:16px;border-radius:0;transition:background-color .2s linear}#category .products .product .product-wrapper .title-wrapper .action .btn-more:hover{background-color:#4d4d4d;transition:background-color .2s linear}#category .products .product:hover .product-wrapper .title-wrapper{transition:opacity .2s linear;opacity:1}#category .description{font-size:16px;color:#000;text-align:justify}