:root{
    --color--highlight: #ff9800;
}
/*
    **| TOP PRODUTS HOME
*/
.top--product--image{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.home--top--products{
    width: calc( 100% - 220px);
    margin: 0 auto;
    margin-bottom: 40px;
}
.top--product--wrapper{
    position: relative;
}
.tag--featured{
    position: absolute;
    left: -10px;
    top: 10px;
    background: var(--color--highlight);
    color: #fff;
    padding: 3px 20px;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 5px 4px 10px 0px #4e4e4e;
}
.tag--featured:after{
    width: 0;
    height: 0;
    /* border-top: 27px solid transparent; */
    border-bottom: 10px solid transparent;
    border-right: 10px solid #d68104;
    content: '';
    position: absolute;
    left: 0px;
    top: 27px;
}
.top--product{
    /*background: #fff;*/
    /*box-shadow: 0 0 10px 0px #eee;*/
    padding: 10px;
    margin-bottom: 10px;
}
.top--product--name {
    font-size: 18px;
    color: #000;
}
.top--product--price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top--product--price .old{
    text-decoration: line-through;
    color: #888;
}
.top--product--price .old:empty{
    display: none;
}
.top--product--price .new{
    font-size: 18px;
    color: var(--color--highlight);
    font-weight: bold;
}
/* ************************************* */
.sec--home--title {
    text-align: center;
}

.sec--home--intro {
    padding-top: 40px;
    padding-bottom: 40px;
}

.sec--cat--title {
    padding-top: 40px;
    padding-bottom: 40px;
}

.sec--cat {
    display: none;
    padding-bottom: 40px;
}

.section__cat__food {
    margin-top: 80px;
}

.cat__food__single {
    padding: 5px;
}

.cat__food__content {
    font-size: 16px;
    background: transparent;
    position: relative;
}

.sec--home--cats{
        width: calc( 100% - 170px );
        margin: 0 auto;
    }
.home--cats--wrapper {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home--cat {
    position: relative;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
    /*margin-bottom: 10px;*/
}

.home--cat--info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 40px;
    background: rgb(0 0 0 / 17%);

}

.home--cat img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.home--cat:nth-child(2),
    .home--cat:nth-child(3),
    .home--cat:nth-child(6),
    .home--cat:nth-child(7){
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .home--cat:nth-child(1),
    .home--cat:nth-child(4),
    .home--cat:nth-child(5),
    .home--cat:nth-child(8){
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }*/
.home--cat--button {
    padding: 10px 60px;
    border-radius: 0px;
    background: var(--color--highlight);
    border-color: var(--color--highlight);
    color: #fff;
}

.cat__food__slide .slick-next:before,
.cat__food__slide .slick-prev:before {
    color: #333;
    font-size: 40px;
}

.cat__food__slide .slick-prev:before {
    content: "\e64a";
    font-family: 'themify';
}

.cat__food__slide .slick-next:before {
    content: "\e649";
    font-family: 'themify';
}

.cat__food__slide .slick-prev {
    left: -40px;
    margin-top: -16px;
}

.cat__food__slide .slick-next {
    right: -20px;
    margin-top: -16px;
}

.cat__food {
    display: block;
    /*overflow: hidden;*/
    outline: none;
}

.cat__food img {
    transition: all 0.2s linear;
    height: 200px;
    object-fit: cover;
}

.cat__food:hover img,
.cat__food:focus img {
    transform: scale(1.2);
}

.cat__food:hover .cat__food__content {
    /*background: rgb(101 101 101 / 10%);*/
}

.cat__food__content {
    padding: 10px;
    text-align: center;
}

.cat__food__single {
    outline: none;
}

.cat__food__single a {
    color: black !important;
}

@media screen and (max-width: 980px) {
    /*.sec--home--cats{
            width: calc( 100% - 30px );
            margin: 0 auto;
        }*/
    .sec--home--cats{
        width: calc(100% - 10px);
    }
    .home--cat--button{
        padding: 10px;
    }
    h3.home--cat--title{
        font-size: 18px;
    }
}

@media screen and (max-width: 520px) {
    .modal--menu--content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }


}