/* Minification failed. Returning unminified contents.
(26,21): run-time error CSS1039: Token not allowed after unary operator: '-red'
(90,12): run-time error CSS1039: Token not allowed after unary operator: '-red'
(247,18): run-time error CSS1039: Token not allowed after unary operator: '-red'
(274,13): run-time error CSS1039: Token not allowed after unary operator: '-red'
(388,12): run-time error CSS1039: Token not allowed after unary operator: '-red'
(423,21): run-time error CSS1039: Token not allowed after unary operator: '-red'
(697,38): run-time error CSS1039: Token not allowed after unary operator: '-red'
(728,29): run-time error CSS1039: Token not allowed after unary operator: '-red'
(746,29): run-time error CSS1039: Token not allowed after unary operator: '-red'
(839,36): run-time error CSS1039: Token not allowed after unary operator: '-red'
(1008,38): run-time error CSS1039: Token not allowed after unary operator: '-red'
(1038,29): run-time error CSS1039: Token not allowed after unary operator: '-red'
(1056,29): run-time error CSS1039: Token not allowed after unary operator: '-red'
(1149,36): run-time error CSS1039: Token not allowed after unary operator: '-red'
 */

/* HOMEPAGE - CAROUSEL */

.carousels {
display: flex;
}

.wrap-carousels {
flex: 1;
}

article {
display: flex
}

.carousel {
/*margin-bottom: 30px;*/
}


.carousel-title {
    margin-bottom: 25px;
    width: 100%;
}
    .carousel-title > h2 {
        color: var(--red);
        font-size: 2rem;
        flex: 1;
        position: absolute;
        padding-top: 70px;
        z-index: 1;

    }



        .carousel-title > h2 > span {
            font-weight: 700;
        }

.carousel-title-article > h2 {
    color: #333;
}

.owl-nav > button {
margin-right: auto;
}

.owl-nav > button > span {
width: 35px;
height: 35px;
background: #ffe9ea;
padding: 5px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all .4s ease;
}

.article-carousel .owl-nav > button > span {
    background: #efefef !important;
}

    .article-carousel .owl-nav > button > span > svg {
        fill: #333;
    }


    .article-carousel .owl-nav > button.disabled {
        opacity: 0.4;
    }




.owl-nav > button > span.arrow-right {
    margin-right: 4px;
}

.owl-nav > button > span.arrow-left {
margin-left: 4px;
}

.owl-nav > button > span:hover {
opacity: 0.4;
}

.owl-nav > button > span > svg {
fill: var(--red);
height: 16px;
}





.owl-nav .disabled {
    cursor:unset;
}


    .owl-nav .disabled span {
        /*background: #e5e5e5;*/
        opacity: 0.4;
        cursor: unset;
    }
.owl-nav .disabled span svg {
   /* fill:black;*/
}
/*owl custumized*/
.owl-carousel {
    position: relative;
    padding-right: 20px;
    margin-right: -20px;
}

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

.owl-carousel .owl-nav {
position: absolute;
left: 0
}
/*//////////////////////////*/

/* HOMEPAGE - CAROUSEL MEALS */
/*.carousel-meals > li .meal-price {
font-size: 1.5rem;
margin-right: auto;
letter-spacing: -1px;
}

.carousel-meals > li .meals-actions > ul {
flex: 1;
}

.carousel-meals > li .meals-actions > ul > li {
height: 26px;
width: 26px;
display: inline-block;
margin-left: 5px;
border: 1px solid #e5e5e5;
border-radius: 50%;
text-align: center;
}

.carousel-meals > li .meals-actions > ul > li > svg {
height: 14px;
}

.carousel-meals > li .meals-actions > ul > li.glutan > svg {
fill: #f0c059
}

.carousel-meals > li .meals-actions > ul > li.vegetarian > svg {
fill: #2c8514
}

.carousel-meals > li .meals-actions > ul > li.pepper > svg {
fill: var(--red);
}

.carousel-meals > li .meals-actions > a {
background: #ffe9ea;
border-radius: 30px;
font-weight: 700;
color: #e03f44;
padding: 2px 15px 4px 15px;
transition: all .4s ease;
}

.carousel-meals > li .meals-actions > a:hover {
opacity: 0.8
}*/


/* HOMEPAGE - CAROUSEL REST */
.carousel-rest {
display: flex;
justify-content: space-between;
}

.carousel-rest > ul > li {
border-radius: 20px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.05);
display: inline-block;
padding: 15px;
margin-left: 35px;
transition: transform 0.5s;
cursor: pointer;
}

.carousel-rest > ul > li:hover {
transform: scale(1.05);
}

.carousel-rest > ul > li:last-child {
margin-left: 0;
}

.carousel-rest > ul > li .wrap-img-rest {
position: relative;
border-radius: 20px;
}

.carousel-rest > ul > li .wrap-img-rest > img {
z-index: 1;
border-radius: 20px;
}

.carousel-rest > ul > li .tag-list {
position: absolute;
left: 10px;
top: 10px;
z-index: 2;
}

.carousel-rest > ul > li .tag-list > li {
border-radius: 20px;
font-weight: 700;
padding: 1px 10px 4px 10px;
font-size: 1rem;
margin-right: 8px;
}

.carousel-rest > ul > li .tag-list > li > svg {
fill: #fff;
height: 15px;
position: relative;
top: 2px;
}

.carousel-rest > ul > li .tag-list > li.tag-kosher {
background: #fff;
color: #333;
}

    .carousel-rest > ul > li .tag-list > li.tag-new {
        background: #4F4F4F;
        color: #fff;
    }

.carousel-rest > ul > li .tag-list > li.tag-discount {
background: var(--red);
color: #fff;
}

.carousel-rest > ul > li .tag-list > li.tag-night {
background: #000000;
color: #fff;
}

.carousel-rest > ul > li .rest-details {
margin: 10px 0;
}



.carousel-rest > ul > li .rest-details .rest-name {
font-size: 1.5rem;
font-weight: 700;
}

    .carousel-rest > ul > li .rest-details .rest-address {
        font-size: 0.9rem;
        /*font-size: 1.25rem;*/
    }

.carousel-rest > ul > li .rest-details > a {
background: #ffe9ea;
color: var(--red);
font-weight: 700;
border-radius: 10px;
padding: 8px 10px;
text-align: center;
margin-right: auto;
line-height: 18px;
transition: all .4s ease;
width: 55px;
display: inline-table
}

.carousel-rest > ul > li .rest-details > a:hover {
opacity: 0.8
}

.carousel-rest > ul > li .rest-actions {
border-top: 1px solid #f4f4f4;
margin-top: 15px;
padding-top: 10px;
}

.carousel-rest > ul > li .rest-actions > ul {
display: flex;
align-items: center;
justify-content: space-evenly;
}

.carousel-rest > ul > li .rest-actions > ul > li {
font-size: 1rem;
display: flex;
align-items: center;
}

.carousel-rest > ul > li .rest-actions > ul > li .rest-property {
padding-right: 5px;
position: relative;
top: -1px;
}

.carousel-rest > ul > li .rest-actions > ul > li.rest-elipse {
border-radius: 50%;
height: 28px;
width: 28px;
background: #f4f4f4;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}

    .rest-actions > ul > li.reviews-info {
        cursor:pointer;
    }

        .rest-actions > ul > li.reviews-info a {
            font-size: 1rem;
            align-items: center;
            display: flex;
        }


.carousel-rest > ul > li .rest-actions > ul > li .rest-elipse {
    border-radius: 50%;
    height: 28px;
    width: 28px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



.carousel-rest > ul > li .rest-actions > ul > li .rest-elipse-active {
background: #fff;
border: 1px solid #f4f4f4
}

.carousel-rest > ul > li .rest-actions > ul > li .rest-elipse .rest-tooltip {
position: absolute;
top: -30px;
border-radius: 30px;
background: #333;
color: #fff;
font-size: 0.875rem;
padding: 2px 8px 4px 8px;
text-align: center;
width: max-content;
display:none;
}

    .rest-tooltip.first-icon-row {
        /*margin-right: 15px;*/
    }


.carousel-rest > ul > li .rest-actions > ul > li .rest-elipse .rest-tooltip .rest-tooltip-triangle {
width: 0;
height: 0;
border-style: solid;
border-width: 6px 4px 0 4px;
border-color: #333333 transparent transparent transparent;
position: absolute;
bottom: -5px;
z-index: 10;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}

.carousel-rest > ul > li .rest-actions > ul > li .rest-elipse svg {
fill: var(--red);
height: 14px;
position: relative;
}

.carousel-rest > ul > li .rest-actions > ul > li .rest-elipse svg.coins {
fill: #f39f0b;
}


@media screen and (max-width: 1023px) {
.container {
margin: 0 auto;
width: 100%;
display: block;
}

    .container > .rest-banner-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rest-details > span {
        font-size: 1rem;
        display: block;
        width: 100%;
        text-align: center;
        padding: 4px 15px 8px 15px;
        border-radius: 30px;
        margin-top: 10px;
        margin-right: auto;
        line-height: 18px;
        transition: all .4s ease;
        background: #ffe9ea;
        color: var(--red);
        font-weight: 700;
    } 


.banners-area, .bg-promotion-box, .header-desktop, footer .shortcut-links {
display: none;
}

.slider, .top-nav {
display: none;
}

article {
flex-direction: column;
}

    .search-location-titles {
        padding: 0 15px;
        top: 0px !important;
        margin-top:40px;
    }

.categories-list {
display: flex;
}

.carousel {
margin-bottom: 25px;
}
    .wrap-carousels {
        margin-top:25px;
    }

   /* .carousel {
        margin-bottom: 25px;
    }*/


.carousel-title {
margin-bottom: 0;
}

    .carousel-title > h2 {
        font-size: 1.375rem;
        padding-top: 0px;
        margin-bottom: 10px;
    }

.carousel-title > .carousel-arrows > a {
height: 20px;
width: 20px;
}

.carousel-title > .carousel-arrows > a > svg {
height: 10px;
}

.carousel-rest {
overflow: scroll;
white-space: nowrap;
width: 100%;
padding: 15px 0 20px 0
}

.carousel-rest > ul > li {
margin-left: 15px;
padding: 10px;
}

.carousel-rest > ul > li .rest-details {
flex-direction: column;
align-items: flex-start
}

    .carousel-rest > ul > li .rest-details .rest-name {
        font-size: 1rem;
        /*font-size: 1.25rem;*/
    }

.carousel-rest > ul > li .rest-details .rest-address {
/*font-size: 1.125rem;*/
}

.carousel-rest > ul > li .tag-list > li {
font-size: 0.875rem;
padding: 1px 8px 4px 8px
}

.carousel-rest > ul > li .wrap-img-rest > img {
max-width: fit-content;
width: 240px;
}

.carousel-rest > ul > li .rest-actions > ul > li {
font-size: 0.875rem;
}

.carousel-rest > ul > li .rest-details > a {
display: block;
font-size: 1rem;
display: block;
width: 100%;
text-align: center;
padding: 4px 15px 8px 15px;
border-radius: 30px;
margin-top: 10px;
}

.carousel-rest > ul > li .tag-list > li > svg {
height: 10px;
top: 1px
}

.carousel-meals > li .meal-price {
font-size: 1.25rem;
}

.carousel-meals > li .meals-actions {
flex-direction: column;
align-items: flex-start
}

.carousel-meals > li .meals-actions > ul {
margin-bottom: 10px;
display: flex;
}

.carousel-meals > li .meals-actions > ul > li {
align-items: center;
justify-content: center;
display: flex;
}

.carousel-meals > li .meals-actions > a {
font-size: 1rem;
display: block;
width: 100%;
text-align: center;
padding: 4px 15px 8px 15px;
}


}



.carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .wrap-img-rest {
    position: relative;
    /*border-radius: 20px;*/
    height: 200px;
    width: 270px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    cursor:pointer;
}

    .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .wrap-img-rest > img {
        z-index: 1;
        left: 190%;
        top: -25%;
        position: relative;
        max-width: unset;
    }





@media screen and (max-width:1023px) {
    .owl-carousel {
        margin-right:0px;
    }
    .customer-carousel .owl-carousel .wrap-img-rest {
        position: relative;
        height: 200px;
        /*width: 270px;*/
        width: 240px;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
    }
    .customer-carousel .owl-carousel .wrap-img-rest img {
        z-index: 1;
        left: 190%;
        top: -25%;
        position: relative;
        width: unset;
    }


    


}



@media screen and (min-width:1024px) {

    .owl-item {
        width: 320px;
    }

    .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .tag-list > li.tag-new {
        background: #4F4F4F;
        color: #fff;
    }


    .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li {
        border-radius: 20px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.05);
        display: inline-block;
        padding: 15px;
        margin-left: 35px;
        transition: transform 0.5s;
        cursor: pointer;
        width:100%;
    }

        .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li:hover {
            transform: scale(1.05);
        }

        .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li:last-child {
            margin-left: 0;
        }

        .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .wrap-img-rest {
            position: relative;
            border-radius: 20px;
        }

            .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .wrap-img-rest > img {
                z-index: 1;
                border-radius: 20px;
            }

        .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .tag-list {
            position: absolute;
            left: 10px;
            top: 10px;
            z-index: 2;
        }

            .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .tag-list > li {
                border-radius: 20px;
                font-weight: 700;
                padding: 1px 10px 4px 10px;
                font-size: 1rem;
                margin-right: 8px;
            }

                .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .tag-list > li > svg {
                    fill: #fff;
                    height: 15px;
                    position: relative;
                    top: 2px;
                }

                .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .tag-list > li.tag-kosher {
                    background: #fff;
                    color: #333;
                }

                .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .tag-list > li.tag-new {
                    background: #4F4F4F;
                    color: #fff;
                }

                .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .tag-list > li.tag-discount {
                    background: var(--red);
                    color: #fff;
                }

                .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .tag-list > li.tag-night {
                    background: #000000;
                    color: #fff;
                }

        .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-details {
            margin: 10px 0;
            min-height: 100px;
            align-items: flex-start;
            position: relative;
            cursor:pointer;
                
        }

            .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-details .rest-name {
                font-size: 1.5rem;
                font-weight: 700;
                width: 200px;
            }

            .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-details .rest-address {
                font-size: 1.25rem;
                max-width: 200px
            }

            .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-details > a {
                background: #ffe9ea;
                color: var(--red);
                font-weight: 700;
                border-radius: 10px;
                padding: 8px 10px;
                text-align: center;
                margin-right: auto;
                line-height: 18px;
                transition: all .4s ease;
                width: 55px;
                display: inline-table;
                position: absolute;
                bottom: 0;
                left: 0;
                top:0;
            }

            .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-details > span {
                background: #ffe9ea;
                color: var(--red);
                font-weight: 700;
                border-radius: 10px;
                padding: 8px 10px;
                text-align: center;
                margin-right: auto;
                line-height: 18px;
                transition: all .4s ease;
                width: 55px;
                display: inline-table;
                position: absolute;
                bottom: 0;
                left: 0;
                top: 0;
            }

                .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-details > span:hover {
                    opacity: 0.8
                }

        .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-actions {
            border-top: 1px solid #f4f4f4;
            margin-top: 15px;
            padding-top: 10px;
        }

            .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-actions > ul {
                display: flex;
                align-items: center;
                justify-content: space-evenly;
            }

                .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-actions > ul > li {
                    font-size: 1rem;
                    display: flex;
                    align-items: center;
                }

                    .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-actions > ul > li .rest-property {
                        padding-right: 5px;
                        position: relative;
                        top: -1px;
                    }

                    .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-actions > ul > li .rest-elipse {
                        border-radius: 50%;
                        height: 28px;
                        width: 28px;
                        background: #f4f4f4;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        position: relative;
                    }

                        .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-actions > ul > li .rest-elipse:hover .rest-tooltip {
                            display: block;
                        }

                    .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-actions > ul > li .rest-elipse-active {
                        background: #fff;
                        border: 1px solid #f4f4f4
                    }

                    .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-actions > ul > li .rest-elipse .rest-tooltip {
                        position: absolute;
                        top: -30px;
                        border-radius: 30px;
                        background: #333;
                        color: #fff;
                        font-size: 0.875rem;
                        padding: 2px 8px 4px 8px;
                        text-align: center;
                        width: max-content;
                        display: none
                    }

                        .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-actions > ul > li .rest-elipse .rest-tooltip .rest-tooltip-triangle {
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: 6px 4px 0 4px;
                            border-color: #333333 transparent transparent transparent;
                            position: absolute;
                            bottom: -5px;
                            z-index: 10;
                            left: 0;
                            right: 0;
                            margin-left: auto;
                            margin-right: auto;
                        }

                    .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-actions > ul > li .rest-elipse svg {
                        fill: var(--red);
                        height: 14px;
                        position: relative;
                    }

                        .carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .rest-actions > ul > li .rest-elipse svg.coins {
                            fill: #f39f0b;
                        }


    .customer-carousel .carousel-title > h2 {
        position: absolute;
        padding-top: 0;
        z-index: 1;
        margin-top:10px;
    }

    .customer-carousel .carousel-title {
        position: relative;
    }

}




/*carusel css fix duplicated for seo (looks good  without javascript)*/

@media screen and (min-width:1024px) {

   /* .carousel-title {
        height:70px;
    }*/

    .carousel-rest > ul > li .wrap-img-rest {
        position: relative;
        /*border-radius: 20px;*/
        height: 200px;
        width: 270px;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
        cursor: pointer;
    }


        /*.carousel-rest > .owl-stage-outer .owl-stage .owl-item > ul > li .wrap-img-rest {
    position: relative;*/
        /*border-radius: 20px;*/
        /*height: 200px;
    width: 270px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    cursor:pointer;
}*/

        .carousel-rest > ul > li .wrap-img-rest > img {
            z-index: 1;
            left: 190%;
            top: -25%;
            position: relative;
            max-width: unset;
        }
}



@media screen and (max-width:1023px) {
    .owl-carousel {
        margin-right: 0px;
    }

    .customer-carousel .owl-carousel .wrap-img-rest {
        position: relative;
        height: 200px;
        /*width: 270px;*/
        width: 240px;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
    }

        .customer-carousel .owl-carousel .wrap-img-rest img {
            z-index: 1;
            left: 190%;
            top: -25%;
            position: relative;
            width: unset;
        }
}



@media screen and (min-width:1024px) {

    .owl-item {
        width: 320px;
    }

    .carousel-rest > ul > li .tag-list > li.tag-new {
        background: #4F4F4F;
        color: #fff;
    }


    .carousel-rest > ul > li {
        border-radius: 20px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.05);
        display: inline-block;
        padding: 15px;
        margin-left: 35px;
        transition: transform 0.5s;
        cursor: pointer;
        width: 100%;
    }

        .carousel-rest > ul > li:hover {
            transform: scale(1.05);
        }

        .carousel-rest > ul > li:last-child {
            margin-left: 0;
        }

        .carousel-rest > ul > li .wrap-img-rest {
            position: relative;
            border-radius: 20px;
        }

            .carousel-rest > ul > li .wrap-img-rest > img {
                z-index: 1;
                border-radius: 20px;
            }

        .carousel-rest > ul > li .tag-list {
            position: absolute;
            left: 10px;
            top: 10px;
            z-index: 2;
        }

            .carousel-rest > ul > li .tag-list > li {
                border-radius: 20px;
                font-weight: 700;
                padding: 1px 10px 4px 10px;
                font-size: 1rem;
                margin-right: 8px;
            }

                .carousel-rest > ul > li .tag-list > li > svg {
                    fill: #fff;
                    height: 15px;
                    position: relative;
                    top: 2px;
                }

                .carousel-rest > ul > li .tag-list > li.tag-kosher {
                    background: #fff;
                    color: #333;
                }

                .carousel-rest > ul > li .tag-list > li.tag-new {
                    background: #4F4F4F;
                    color: #fff;
                }

                .carousel-rest > ul > li .tag-list > li.tag-discount {
                    background: var(--red);
                    color: #fff;
                }

                .carousel-rest > ul > li .tag-list > li.tag-night {
                    background: #000000;
                    color: #fff;
                }

        .carousel-rest > ul > li .rest-details {
            margin: 10px 0;
            min-height: 100px;
            align-items: flex-start;
            position: relative;
            cursor: pointer;
        }

            .carousel-rest > ul > li .rest-details .rest-name {
                font-size: 1.5rem;
                font-weight: 700;
                width: 200px;
            }

            .carousel-rest > ul > li .rest-details .rest-address {
                font-size: 1.25rem;
                max-width: 200px
            }

            .carousel-rest > ul > li .rest-details > a {
                background: #ffe9ea;
                color: var(--red);
                font-weight: 700;
                border-radius: 10px;
                padding: 8px 10px;
                text-align: center;
                margin-right: auto;
                line-height: 18px;
                transition: all .4s ease;
                width: 55px;
                display: inline-table;
                position: absolute;
                bottom: 0;
                left: 0;
                top: 0;
            }

            .carousel-rest > ul > li .rest-details > span {
                background: #ffe9ea;
                color: var(--red);
                font-weight: 700;
                border-radius: 10px;
                padding: 8px 10px;
                text-align: center;
                margin-right: auto;
                line-height: 18px;
                transition: all .4s ease;
                width: 55px;
                display: inline-table;
                position: absolute;
                bottom: 0;
                left: 0;
                top: 0;
            }

                .carousel-rest > ul > li .rest-details > span:hover {
                    opacity: 0.8
                }

        .carousel-rest > ul > li .rest-actions {
            border-top: 1px solid #f4f4f4;
            margin-top: 15px;
            padding-top: 10px;
        }

            .carousel-rest > ul > li .rest-actions > ul {
                display: flex;
                align-items: center;
                justify-content: space-evenly;
            }

                .carousel-rest > ul > li .rest-actions > ul > li {
                    font-size: 1rem;
                    display: flex;
                    align-items: center;
                }

                    .carousel-rest > ul > li .rest-actions > ul > li .rest-property {
                        padding-right: 5px;
                        position: relative;
                        top: -1px;
                    }

                    .carousel-rest > ul > li .rest-actions > ul > li .rest-elipse {
                        border-radius: 50%;
                        height: 28px;
                        width: 28px;
                        background: #f4f4f4;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        position: relative;
                    }

                        .carousel-rest > ul > li .rest-actions > ul > li .rest-elipse:hover .rest-tooltip {
                            display: block;
                        }

                    .carousel-rest > ul > li .rest-actions > ul > li .rest-elipse-active {
                        background: #fff;
                        border: 1px solid #f4f4f4
                    }

                    .carousel-rest > ul > li .rest-actions > ul > li .rest-elipse .rest-tooltip {
                        position: absolute;
                        top: -30px;
                        border-radius: 30px;
                        background: #333;
                        color: #fff;
                        font-size: 0.875rem;
                        padding: 2px 8px 4px 8px;
                        text-align: center;
                        width: max-content;
                        display: none
                    }

                        .carousel-rest > ul > li .rest-actions > ul > li .rest-elipse .rest-tooltip .rest-tooltip-triangle {
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: 6px 4px 0 4px;
                            border-color: #333333 transparent transparent transparent;
                            position: absolute;
                            bottom: -5px;
                            z-index: 10;
                            left: 0;
                            right: 0;
                            margin-left: auto;
                            margin-right: auto;
                        }

                    .carousel-rest > ul > li .rest-actions > ul > li .rest-elipse svg {
                        fill: var(--red);
                        height: 14px;
                        position: relative;
                    }

                        .carousel-rest > ul > li .rest-actions > ul > li .rest-elipse svg.coins {
                            fill: #f39f0b;
                        }
}
