/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/**
 * ----------------------------------------
 * bottom float menu
 * ----------------------------------------
 */
.float-mobile-menu {
    background-color: #fff;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 5px grey;
    display: flex;
    height: 56px;
    position: fixed;
    width: 100%;
}

    .float-mobile-menu .bottom-action {
        display: flex;
        flex-basis: 100%;
        flex-direction: column;
        font-size: 12px;
        line-height: 17px;
        overflow: hidden;
        padding-top: 10px;
        text-align: center;
        color: #f94f4f;
        font-weight: bold;
    }

.float-mobile-menu .bottom-action i {
    font-size: 24px;
    margin-bottom: 4px;
}


.btn-online-order {
    -webkit-animation: elegantButton 5s ease infinite;
    animation: elegantButton 5s ease infinite;
    border: none;
    font-size: 18px !important;
    font-weight: 700;
    background-color: #e10a0a;
}


/*------------------------------------------------------------------- Button slide 1 ---*/
.btn-slide {
    text-align: center !important;
}

.btn1, .btn2 {
    display: inline-block;
    width: 170px !important;
    height: 50px !important;
    margin: 10px;
    border: 2px solid #e10a0a;
    line-height: 46px !important;
    text-align: center;
    font-size: 14px !important;
    text-decoration: none;
    font-family: OpenSans !important;
    -webkit-transition: transform 0.4s !important;
    -o-transition: transform 0.4s !important;
    -moz-transition: transform 0.4s !important;
    transition: transform 0.4s !important;
}

.btn2 {
    background-color: #e10a0a;
    color: white;
    text-decoration: none;
    font-weight: normal;
}

.btn-view-menu {
    font-size: 16px;
    font-weight: 600;
}

@-webkit-keyframes elegantButton {
    0% {
        background: #e91e63;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    33% {
        background: #FF5722;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    47% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    66% {
        background: #fb1e07;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        background: #4caf50;
    }
}

@keyframes elegantButton {
    0% {
        background: #e91e63;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    33% {
        background: #f75555;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    47% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    66% {
        background: #7a0606;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        background: #e10a0a;
    }
}

.btn-online-order {
    -webkit-animation: elegantButton 5s ease infinite;
    animation: elegantButton 5s ease infinite;
    border: none;
    font-size: 18px !important;
    font-weight: 700;
    background-color: #e10a0a;
}

.btn-application {
    min-width: 280px;
}

.btn1 {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    background-color: #4e494973;
    font-weight: 600;
}

    .btn1:hover {
        transform: scale(1.05);
        text-decoration: none;
        color: #fff;
    }

.btn2:hover {
    transform: scale(1.05);
    text-decoration: none;
    color: white;
}

.green-intense.btn {
    border-color: #4CAF50;
    color: #fff;
    background-color: #4CAF50;
    margin-top: 16px;
    font-size: 18px;
}

.expand-btn {
    width: 50%;
}

.main-btn {
    -webkit-animation: elegantButton 5s ease infinite;
    animation: elegantButton 5s ease infinite;
}

/*................................................................... Slider ...*/