@import url(https://fonts.googleapis.com/css2?family=Cookie&family=Lato:wght@400;700&display=swap);.category-meals{background:linear-gradient(rgba(70,62,53,.644),rgba(70,62,53,.644)),url(../../assets/img/three-meals.5adc51b3.png) 50% no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;padding-top:50px;padding-bottom:50px}.category-meals .pagination-btns{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.category-meals .pagination-btns .btn:not(:last-child){margin-right:15px}.category-meals .pagination-btns .btn{position:relative;height:50px;padding:0 30px;cursor:pointer;border-top-right-radius:10px;border-bottom-left-radius:10px;outline-style:none;background-color:#e1b838}.category-meals .pagination-btns .btn:after,.category-meals .pagination-btns .btn:before{content:" ";width:10px;height:10px;position:absolute;border:0 solid #fff;transition:all 1s}.category-meals .pagination-btns .btn:after{top:-1px;left:-1px;border-top:5px solid #b99730;border-left:5px solid #b99730}.category-meals .pagination-btns .btn:before{bottom:-1px;right:-1px;border-bottom:5px solid #b99730;border-right:5px solid #b99730}.category-meals .pagination-btns .btn:focus,.category-meals .pagination-btns .btn:hover{border-top-right-radius:0;border-bottom-left-radius:0;background:rgba(0,0,0,.5);color:#b99730}.category-meals .pagination-btns .btn:focus:after,.category-meals .pagination-btns .btn:focus:before,.category-meals .pagination-btns .btn:hover:after,.category-meals .pagination-btns .btn:hover:before{width:100%;height:100%}.category-meals__title{font-size:60px;font-weight:700;color:#b99730;font-family:Cookie,cursive;margin-bottom:30px}.category-meals__list{width:100%;display:flex;flex-direction:row;justify-content:stretch;align-items:start;flex-wrap:wrap;overflow:hidden}.category-meals__list-item{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;width:25%;padding:0 15px 15px 15px;cursor:pointer}@media screen and (max-width:600px){.category-meals__list-item{width:33.3333333333%}}.category-meals__list-item:hover .category-meals__list-item-title{color:#20201c}.category-meals__list-item:hover .ant-card-bordered{border:3px solid rgba(77,70,55,.35)}.category-meals .ant-card{margin-bottom:30px}.category-meals .ant-card-bordered{border:3px solid #b99730}.category-meals__list-item-title{transition:color .5s ease;font-size:28px;font-weight:400;color:#e1b838;max-width:240px;text-align:center}@media screen and (max-width:820px){.category-meals__list-item-title{font-size:20px}}@media screen and (max-width:820px){.category-meals .pagination-btns .numbers{display:none}}*{margin:0;padding:0;box-sizing:border-box}body{font-size:100%;height:100vh}ul{list-style:none;margin-bottom:0}.container{max-width:1140px;margin:0 auto;padding-left:15px;padding-right:15px}.the-favorites__wrapper{padding:30px 0}.the-favorites__list{display:flex;flex-direction:row;justify-content:start;align-items:center;flex-wrap:wrap}.the-favorites__list-item{padding:25px}