::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    cursor: pointer;
    -webkit-transition: width 2s, height 4s; /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 4s;
}
::-webkit-scrollbar:hover {
    height: 4px;
    width: 6px;
    cursor: pointer !important;
    transition: all 0.5s ease;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none; 
    border-radius: 0px;
    background: #ccc;
    border-left: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    background-color: #ddd;
}

::-webkit-scrollbar-thumb {
    background-color:#666;
    cursor: pointer;
}
::selection {
    background-color:  #2a2927;
    color: #fff;
}
.form-group {
    padding-bottom: 7px;
    margin: 10px 0 0 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
button:focus, a:focus, .btn:focus, .btn:visited, .btn:active {
    outline:none;
    box-shadow:none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline:none;
    box-shadow:none;
}
hr.color {
    border-top: 1px solid #d30361;
    margin-top: 5px;
    margin-bottom: 5px;
}

.radio label .circle {
    border: 2px solid rgba(0,0,0, .54);
    height: 16px;
    width: 16px;
    border-radius: 100%;
}
.radio label .check {
    height: 16px;
    width: 16px;
}

.tim-row{
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}
.title{
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 32px;
}
.title.text-center{
    margin-bottom: 50px;
}
.tim-typo{
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}
.tim-typo .tim-note{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}
.tim-row{
    padding-top: 50px;
}
.tim-row h3{
    margin-top: 0;
}
.switch{
    margin-right: 20px;
}
#navbar-full .navbar{
    border-radius: 0 !important;
    margin-bottom: 15px;
    z-index: 2;
}
.space{
    height: 130px;
    display: block;
}
.space-110{
    height: 110px;
    display: block;
}
.space-50{
    height: 50px;
    display: block;
}
.space-70{
    height: 70px;
    display: block;
}
.navigation-example .img-src{
    background-attachment: scroll;
}

.navigation-example{
    background-image: url('../img/bg.jpg');
    background-position: center center;
    background-size: cover;
    margin-top:0;
    min-height: 740px;
}
#notifications{
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    position: relative;
}
.tim-note{
    text-transform: capitalize;
}

#buttons .btn{
    margin: 0 0px 15px;
}
.space-100{
    height: 100px;
    display: block;
    width: 100%;
}

.be-social{
    padding-bottom: 20px;
    /*     border-bottom: 1px solid #aaa; */
    margin: 0 auto 40px;
}
.txt-white{
    color: #FFFFFF;
}
.txt-gray{
    color: #ddd !important;
}


.parallax{
    width:100%;
    height:570px;

    display: block;
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;

}
.modal-content {
    border-radius: 13px;
}
.modal-content .card {
    border-radius: 13px;
}
.modal-content button.close {
    background: #f1f1f1;
    border-radius: 50px;
    margin-right: -17px;
    margin-top: -17px;
    opacity: 1;
}

.navbar .navbar-nav > li > a {
    color: #2c2c2c;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 15px;
    text-transform: none;
    border-radius: 3px;
}
.navbar .navbar-nav > li > a.register {
    background: #d30061;
    border:1px solid #d30061;
    color: #fff;
    padding: 4px 15px;
    margin-top: 11px;
    margin-left: 20px;
}
.navbar .navbar-nav > li > a.login {
    position: relative;
    background: #fff;
    border:1px solid #ddd;
    margin-right: 20px;
    color: #2a2a2a;
    padding: 4px 15px;
    margin-top: 11px;
}
.navbar .navbar-nav > li > a.login:after {
    content: 'or';
    position: absolute;
    right: -25px;
    top:4px;
}

.logo-container .logo{
    overflow: hidden; 
    width: 200px;
    float: left;
}

.logo-container .brand{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 70px;
    height: 40px;
    text-align: left;
}
.logo-container .brand-material{
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}
.logo-container .logo img{
    width: 100%;
}
.navbar-small .logo-container .brand{
    color: #333333;
}

.fixed-section{
    top: 90px;
    max-height: 80vh;
    overflow: scroll;
}
.fixed-section ul li{
    list-style: none;
}
.fixed-section li a{
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #666666;
}
.fixed-section li a.active{
    color: #00bbff;
}
.fixed-section.float{
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}


.parallax .parallax-image{
    width: 100%;
    overflow: hidden;
    position: absolute;
}
.parallax .parallax-image img{
    width: 100%;
}

@media (max-width: 768px){
    .parallax .parallax-image{
        width: 100%;
        height: 640px;
        overflow: hidden;
    }
    .parallax .parallax-image img{
        height: 100%;
        width: auto;
    }
}

.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}
.social-buttons-demo .btn{
    margin-right: 5px;
    margin-bottom: 7px;
}

.img-container{
    width: 100%;
    overflow: hidden;
}
.img-container img{
    width: 100%;
}

.lightbox img{
    width: 100%;
}
.lightbox .modal-content{
    overflow: hidden;
}
.lightbox .modal-body{
    padding: 0;
}
@media screen and (min-width: 991px){
    .lightbox .modal-dialog{
        width: 960px;
    }
}
@media (max-width: 991px){
    .fixed-section.affix{
        position: relative;
        margin-bottom: 100px;
    }
}
@media (max-width: 768px){
    .btn, .btn-morphing{
        margin-bottom: 10px;
    }
    .parallax .motto{
        top: 170px;
        margin-top: 0;
        font-size: 60px;
        width: 270px;
    }
}

/*       Loading dots  */

/*      transitions */
.presentation .front, .presentation .front:after, .presentation .front .btn, .logo-container .logo, .logo-container .brand{
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


#images h4{
    margin-bottom: 30px;
}
#javascriptComponents{
    padding-bottom: 0;
}
#javascriptComponents .btn-raised{
    margin: 10px 5px;
}


/*      layer animation          */

.layers-container{
    display: block;
    margin-top: 50px;
    position: relative;
}
.layers-container img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
}

.section-black {
    background-color: #333;
}

.animate {
    transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand{
    color: #333333;
}
.navbar-transparent.navbar-small .logo-container .brand{
    color: #FFFFFF;
}
.navbar-default.navbar-small .logo-container .brand{
    color: #333333;
}

.sharing-area{
    margin-top: 80px;
}
.sharing-area .btn{
    margin: 15px 4px 0;
    color: #FFFFFF;
}
.sharing-area .btn i{
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.sharing-area .btn-twitter{
    background-color: #55acee;
    box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
}
.sharing-area .btn-twitter:hover{
    box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2);
}

.sharing-area .btn-facebook{
    background-color: #3b5998;
    box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
}
.sharing-area .btn-facebook:hover{
    box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
}

.sharing-area .btn-google-plus{
    background-color: #dd4b39;
    box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
}
.sharing-area .btn-google-plus:hover{
    background-color: #dd4b39;
    box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
}

.sharing-area .btn-github{
    background-color: #333333;
    box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12);
}
.sharing-area .btn-github:hover{
    background-color: #333333;
    box-shadow: 0 14px 26px -12px rgba(51, 51, 51, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(51, 51, 51, 0.2);
}

.section-thin,
.section-notifications{
    padding: 0;
}
.section-navbars{
    padding-top: 0;
}
#navbar .navbar{
    border-radius: 0;
}
.section-tabs{
    background: #EEEEEE;
}
.section-pagination{
    padding-bottom: 0;
}
.section-download h4{
    margin-bottom: 25px;
}
.section-examples a{
    text-decoration: none;
}
.section-examples h5{
    margin-top: 30px;
}
.components-page .wrapper > .header,
.tutorial-page .wrapper > .header{
    height: 400px;
    padding-top: 100px;
    background-size: cover;
    background-position: center center;
}
.components-page .title,
.tutorial-page .title{
    color: #FFFFFF;
}
.input-group.main-search {
    -webkit-box-shadow: 0 14px 24px rgba(50, 48, 58, 0.25);
    box-shadow: 0 14px 24px rgba(50, 48, 58, 0.25);
    margin-top: 3vh;
    margin-bottom: 14vh;
    border-radius: 7px;
}
.main-search .form-control {
    border: 0;
    background-image: linear-gradient(#4295cf, #4295cf), linear-gradient(#ffffff, #ffffff);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgb(255, 255, 255);
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 7px 0 0 7px;
    font-weight: 400;
    padding: 28px;
    margin: 0;
    font-size: 18px;
}
.main-search .form-group {
    margin: 0;
    padding: 0;
}
.input-group.main-search .input-group-addon {
    border: 0;
    background: #d30061;
    padding: 3px 50px 0px;
    font-size: 18px;
    text-transform: none;
    border-radius: 0 7px 7px 0;
}
.header-filter {

}

.section-offers-slider {
    position: relative;
    padding: 0;    

}
.section-offers-slider .slick-dotted.slick-slider {    
    margin-top: -100px;
}
.offers-slider .slick-track {
    padding-bottom: 30px;
}
.section-how-works {
    padding: 50px 0;
}
.section-how-works h1 {
    margin-bottom: 40px;
}
.section-how-works h5 span {
    color:#d30061;
}
.section-how-works .steps:after {
    position: absolute;
    top: 10px;
    right: -70px;
    content: "";
    background: url(../img/curved-arrow.png);
    background-size: cover;
    width: 150px;
    height: 50px;
}
.section-how-works .steps:nth-child(3):after{
    top: 50px;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);     
}
.section-how-works .steps:last-child:after{
    display: none;
}

.section-best-deals h1 {
    margin-bottom: 40px;
}
.rest-card {    
    border-radius: 5px; 
    -webkit-box-shadow: 0 10px 25px rgba(50, 48, 58, 0.1);
    box-shadow: 0 10px 25px rgba(50, 48, 58, 0.1);
    margin-bottom: 30px;
}
.rest-card:hover {
    -webkit-box-shadow: 0 5px 15px rgba(50, 48, 58, 0.5);
    box-shadow: 0 5px 15px rgba(50, 48, 58, 0.5);
    transition: all 0.5s ease;
}
.card.rest-card  .card-image {
    border-radius: 5px 5px 0 0;
}
.card.rest-card  .card-image img.rest-logo {
    padding: 20px 20px 20px;
    width: 30%;
    border-radius: 22px;
}
.card.rest-card .card-content {
    padding: 10px 20px;
}
.card.rest-card .card-content .rest-name {
    margin: 0;
    font-weight: 800;    
}
.card.rest-card .open {
    color: #2fc94c;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    float: right;
}
.card.rest-card .closed {
    color: #c51919;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    float: right;    
}
.card.rest-card .card-content h5.cuisines {    
    font-style: italic;
    color: #12bb08;
}

.card.rest-card .badge-gold {
    background: url(../img/badges.png) no-repeat;
    background-position: 1px -25px;
    height: 22px;
    width: 21px;
    margin-left: 3px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.card.rest-card .badge-silver {
    background: url(../img/badges.png) no-repeat;
    background-position: 1px -2px;
    height: 22px;
    width: 21px;
    margin-left: 3px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.card.rest-card .badge-bronze {
    background: url(../img/badges.png) no-repeat;
    background-position: 1px -49px;
    height: 22px;
    width: 21px;
    margin-left: 3px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
/*
.card.rest-card .rating1 label:first-child {
    background-position: 0px -18px;
}

.card.rest-card .rating2 label:first-child {
    background-position: 0px -18px;
}
.card.rest-card .rating2 label:nth-child(2) {
    background-position: 0px -18px;
}

.card.rest-card .rating3 label:first-child {
    background-position: 0px -18px;
}
.card.rest-card .rating3 label:nth-child(2) {
    background-position: 0px -18px;
}
.card.rest-card .rating3 label:nth-child(3) {
    background-position: 0px -18px;
}

.card.rest-card .rating4 label:first-child {
    background-position: 0px -18px;
}
.card.rest-card .rating4 label:nth-child(2) {
    background-position: 0px -18px;
}
.card.rest-card .rating4 label:nth-child(3) {
    background-position: 0px -18px;
}
.card.rest-card .rating4 label:nth-child(4) {
    background-position: 0px -18px;
}

.card.rest-card .rating5 label {
    background-position: 0px -18px;
}
*/
.card.rest-card .card-content hr {
    margin: 10px 0 5px;
}
.card.rest-card .card-content h5 {
    margin: 1px 0;
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 400;
}
.card.rest-card .card-content h5 span {
    float: right;
    color: #222222;
    font-weight: 600;
}
.card.rest-card .card-offer {
    padding: 7px 20px;
    border-radius: 0 0 5px 5px;    
    background: #d30061;
}
.card.rest-card .card-offer h5 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.section-download {
    padding: 0;
    margin-top: 70px;

}
.section-download h3 {
    font-weight: 600;
    font-size: 27px;
}
.download-img img {
    float: right;
    max-width: 215px;
}
.download-link {
    margin-top: 0px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 50px;
}
footer {
    padding: 35px 0 35px;
    background: #fff;
}
footer p{
    color: #acacac;
    margin: 0;
    font-weight: 400;
}
footer img {
    margin-top: 0px;
    opacity: 0.5;
}
footer .footer-logo {
    width: 200px;
    opacity: 1;
}
footer ul li a, footer .copyright  {
    color: #acacac;   
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    padding: 10px 15px;
}
footer .social-icons {
    padding: 20px 0;
}
footer .social-icons .btn {
    margin: 10px;
    background: #fff;
}
.slick-dots {
    bottom: -15px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 21px;
    height: 6px;
    padding: 0;
    width: 50px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #e8e8e8;
}
.slick-dots li.slick-active button {
    background: #b5105b;
}
.slick-dots li button:before {
    display: none;
}
.page-header {
    margin: 60px 0 0px;
    padding: 0;
    background: #d30061; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #d30061 0%, #bb093b 51%, #b41f64 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #d30061 0%,#bb093b 51%,#b41f64 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #d30061 0%,#bb093b 51%,#b41f64 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30061', endColorstr='#b41f64',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 0;
    z-index: 1;
    position: relative;
}
.page-header ul.breadcrumbs {
    color: #fff;  
    display: inline;
    float: left;
    margin: 0;
    padding: 30px 0px 30px;
    position: relative;
    width: 100%;
}

.page-header ul.breadcrumbs li {    
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.page-header ul.breadcrumbs li:after {
    content: '/';
    color: #fff;
    position: absolute;
    right: -10px;
    top: 0;
    margin: 0;
    margin-right: -3px;
}
.page-header ul.breadcrumbs li.delivery-location:after {
    content: ':';
}
.page-header ul.breadcrumbs li:last-child {
    margin-right: 0px;
}
.page-header ul.breadcrumbs li:last-child:after {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    top: inherit;
    background: rgba(255, 255, 255, 0.5);
    content: '';
}
.page-header ul.breadcrumbs li a{
    color: #fff;   
    font-weight: 400;
}
.page-header h4 {
    color: #fff;
    font-weight: 400;
    padding: 10px 0;
    font-size: 17px;
    float: left;
    width: 100%;
}
.page-header a {
    color: #fff;
    font-weight: 400;  
    position: relative;
}
.page-header a.city:after {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -8px;
    top: inherit;
    background: rgba(255, 255, 255, 0.5);
    content: '';
}
ul.switch {
    margin: 0px;
    display: inline-block;
    padding: 5px;
    width: 90%;
    background: #d30061; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #d30061 0%, #bb093b 51%, #b41f64 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #d30061 0%,#bb093b 51%,#b41f64 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #d30061 0%,#bb093b 51%,#b41f64 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30061', endColorstr='#b41f64',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 50px;
    margin-bottom: -28px;
    -webkit-box-shadow: 0px -5px 46px -10px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px -5px 46px -10px rgba(0,0,0,0.62);
    box-shadow: 0px -5px 46px -10px rgba(0,0,0,0.62);

}
ul.switch li {
    float: left;
    display: inline-block;
    padding: 6px 0;
    width: 50%;

}
ul.switch li a {
    font-size: 18px;
    border-right: 1px solid #ddddddbd;
    display: block;
    opacity: 0.5;
}
ul.switch li:last-child a {
    border:none;
}
ul.switch li.active a {
    opacity: 0.9;
}
.section-featured-offers {
    padding: 0px;
    padding-top: 20px;
}
.section-featured-offers h5 {
    font-weight: 600;
}
.section-map {
    padding: 0;
}
.section-filter {
    padding: 0;
}
.search-results {
    width: 340px;
    float: right;
    margin-top: 20px;
}
.map-section {
    width: calc(100% - 340px);
    float: left;
}
.map-view {
    display: block;
    height: 100%;
    width: calc(100% - 340px);
    background: #e6e6e6;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 0;
}
.map-block {
    height: 100%;
}
#map {
    height: 100%;
}
.section-filter hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
.filter h5 {
    margin-top: 9px;
    float: left;
    font-size: 14px;
    font-weight: 600;
}
.payment-filter h5{
    float: left;
    font-size: 14px;
    font-weight: 600;
} 
.payment-filter .checkbox{
    margin-left: 94px;
}
.payment-filter .checkbox label {
    margin-right: 10px;
}
.filter .checkbox {
    width: 90%;
    /* float: left; */
    margin: 0;
    margin-left: 94px;
}
.filter .checkbox label {    
    color: #2a2a2a;
    font-weight: 400;
    /* width: 9.5%; */
    margin: 10px 0;
    margin-right: 15px;
}
.checkbox label {
    margin-right: 30px;
    color: #2a2a2a;
    font-weight: 400;
}
.checkbox .checkbox-material {
    padding-right: 2px;
}
.checkbox .checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(211, 3, 97, 0.8);
    overflow: hidden;
    z-index: 1;
    border-radius: 13px;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background: #ffffff;
    border: none;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #d30361;
}
.checkbox .checkbox-material .check:before {   
    margin-top: -5px;
    margin-left: 8px;
}
.checkbox .checkbox-material:before {    
    left: 1px;    
    height: 15px;
    width: 15px;   
    top: 1px;
}
.rest-search-results {
    padding: 30px 0;
}

.radio.sort {
    float: right;
}
.radio.sort > span {
    font-weight: 600;
}
.radio.sort label {
    padding-left: 15px;
}
.radio.sort label .circle {
    display: none;
}
.radio.sort input[type=radio]:checked ~ .check {
    display: none;
}
.radio.sort a {
    transition: all 0.3s ease;
    padding: 5px 12px;
    border: 2px solid #fdfdfd;
    border-radius: 50px;
}
.radio.sort input[type=radio]:checked ~ a {
    transition: all 0.3s ease;
    padding: 5px 12px;
    border: 2px solid #d30361;
    border-radius: 50px;
}
.btn.filter-more{
    float: right;
    margin: 0;
    margin-top: -33px;
    padding: 5px 15px;
    color: #2a2a2a;
}
.more a i {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}
.more a[aria-expanded="true"] i, .more a.expanded i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.more {
    padding: 0;
}
.rest-menu {
    padding: 0;
    padding-top: 20px;
}
.menu-card {
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 25px rgba(50, 48, 58, 0.1);
    box-shadow: 0 10px 25px rgba(50, 48, 58, 0.1);
    margin-bottom: 30px;
}
.card.menu-card .card-image {
    border-radius: 5px 5px 0 0;
    position: relative;
    padding: 20px;
}
.card.menu-card .card-image img.rest-logo {
    padding: 0;
    width: 91px;
    border-radius: 2px;
    float: left; 
    position: relative;
}
.card.menu-card h5 {
    margin: 1px 0;
    color: rgba(255, 255, 255, 0.81);
    font-size: 14px;
    font-weight: 400;
}
.card.menu-card .open, .card.menu-card .closed {
    float: left;
    margin-right: 10px;
}
.rest-details {    
    float: left;
    padding: 0px 20px;
    color: #fff;
}
.rest-details h4 {
    margin: 0;    
    font-weight: 600;
    font-size: 20px;
}
.card.menu-card .card-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
}
.card.menu-card .card-image .rest-details {
    position: relative;  
    float: left;
    padding: 0px 30px;
    color: #fff;
}
.card.menu-card .card-content {
    padding: 0 20px;
}
.card.menu-card .cost {
    padding: 12px 0;
    display: inline-block;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.card.menu-card .cost li {
    display: inline-block;
    color: #bbb;    
    font-weight: 500;
    width: 32.33%;
}
.card.menu-card .cost li a {
    font-weight: 600;
    margin-left: 5px;
}
.card.menu-card .cost li span {
    color: #d30061;
}
.card.menu-card .payment-options {
    padding: 12px 0;
    display: inline-block;
    margin: 0;
    width: 100%;    
    border-bottom: 1px solid #fff;
}
.card.menu-card .payment-options li {
    display: inline-block;
    color: #bbb;    
    font-weight: 500;    
    margin-right: 25px;
}
.card.menu-card .payment-options li a {
    font-weight: 600;
    margin-left: 5px;
}
.rest-menu-items h5 {
    font-weight: 600;
    margin-top: 35px;
}
.menu-item {
    padding: 0px;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 15px rgba(50, 48, 58, 0.1);
    box-shadow: 0 5px 15px rgba(50, 48, 58, 0.1);
    border:0px solid #eee;
    border-radius: 5px;
}
.menu-item .item-img {
    padding: 0;   
    width: 35%;    
    float: left;
}
.menu-item .item-img img {
    border-radius: 5px 0 0 5px;    
    margin: 0 0 0-15px;
}
.menu-item .item-name {
    padding: 10px 10px;
    float: left;
}
.menu-item .item-name h5 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}
.menu-item .item-name p {
    margin: 0;
    color: #aaa;
    line-height: 20px;
    font-size: 13px;
}
.menu-item .item-name p.type {   
    font-style: italic;
}
.menu-item .offer-tag {
    background: #ffffff;
    border: 1px solid #d3036161;
    color: #d30361;
    margin: 30px 0;    
    font-size: 13px;
    font-weight: 700;
    width: 100%;    
    line-height: 22px;
    border-radius: 21px;
    padding: 4px;
    text-align: center;
}
.menu-item .price {
    padding: 35px 0;
    text-align: center;
    color: #d30061;
    font-size: 17px;
    font-weight:600;
}
.menu-item .price span {
    color: #aaa;
    margin-right: 15px;
    font-weight:600;
    text-decoration: line-through;
    font-size: 15px;
}
.menu-item .add-item {
    padding: 15px 0;
    text-align: center;
}
.menu-item .add-item .btn {   
    border: 1px solid #eee;
    text-transform: none;
    color: #333;
    font-size: 13px;
}
.tooltip-inner {
    padding: 7px 10px;
    min-width: 60px;
}
.offer-box {
    background-color: rgba(211, 0, 97, 0.1);
    color: #d30061;
    border: 1px solid #d30061;
    border-radius: 5px;
    padding: 10px; 
    text-align: center;
}
.offer-box p {
    margin: 0;
    font-weight: 400;

}
.card-info {
     padding: 24px 25px;
    border-radius: 5px;
    font-size: 14px;
    color: #bbb;
    -webkit-box-shadow: 0 10px 25px rgba(50, 48, 58, 0.1);
    box-shadow: 0 10px 25px rgba(50, 48, 58, 0.1);   
}
.card-info label {
    margin: 0;
    font-size: 15px;
    color: #999;
    font-weight: 400;   
}
.card-info label i {
    vertical-align: bottom;
    margin-right: 20px;
    color: #d30361;
}
.card-info .rest-info {
    margin: 10px 0;
    float: left;
    width: 100%;    
}
.rest-menu-categories {    
    background: #f5f5f5;
    padding: 12px 0;
    width: 100%;
    z-index: 1040;
}

.rest-menu-categories ul {
    margin: 15px 0 0 0;
    padding: 0;
}
.rest-menu-categories ul li {
    list-style: none;
    margin: 0 30px 0 0;
    display: inline-block;
}
.rest-menu-categories a, .rest-menu-categories .dropdown .btn, .rest-menu-categories ul.dropdown-menu li a {    
    font-size: 14px;
    color: black;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    position: relative;  

}
.rest-menu-categories a.current {
    margin-top: 17px;    

}
.rest-menu-categories a.cate-item:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d30061;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 1s cubic-bezier(0.32, 1.25, 0.375, 1.15);
    transition: all 1s cubic-bezier(0.32, 1.25, 0.375, 1.15);    
}
.rest-menu-categories a.cate-item.active:after {    
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.rest-menu-categories ul.dropdown-menu {
    left: inherit;
    right: 15px;
    top: 35px;
}
.rest-menu-categories ul.dropdown-menu li {    
    margin-right: 0;
    width: 100%;
}
.rest-menu-categories ul.dropdown-menu li a {
    margin: 5px;

}

.rest-menu-categories ul.dropdown-menu a.cate-item:after{
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;    
    width: 100%;
    height: 2px;
    background-color: #d30061;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 1s cubic-bezier(0.32, 1.25, 0.375, 1.15);
    transition: all 1s cubic-bezier(0.32, 1.25, 0.375, 1.15);    
}
.rest-menu-categories .dropdown .btn.link  {
    background: none;
    box-shadow: none;  

}
.rest-menu-categories .dropdown .btn.link span {
    position: relative;
}
.rest-menu-categories .dropdown .btn.link span:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px; 
    width: 100%;
    height: 2px;
    background-color: #d30061;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 1s cubic-bezier(0.32, 1.25, 0.375, 1.15);
    transition: all 1s cubic-bezier(0.32, 1.25, 0.375, 1.15);  
}
.rest-menu-categories ul.dropdown-menu a.cate-item.active:after {    
    visibility: visible;
    -webkit-transform: scaleX(0.75);
    -ms-transform: scaleX(0.75);
    transform: scaleX(0.75);
}
.rest-menu-categories ul.dropdown-menu a:hover {
    color: #fff;
}

.rest-menu-categories.cate-fix {
    position:fixed;
    top: 64px;
    left: 0;
    width:100%;
    border-bottom: 1px solid #eee;
}
.rest-menu-categories .dropdown .btn{
    float: right;
    text-transform: none;
} 
.rest-menu-categories .dropdown .btn.arrow-only {
    padding: 5px 7px;
}

.rest-menu-list {
    padding: 0;
}
.rest-menu-items {
    margin-bottom: 10px;
}
.rest-menu-list.mtop {
    margin-top: 75px;
}

.cart-box {
    float: right;
}
#cart-box.cart-fix {
    position: fixed;    
    z-index: 1040;
    top: 80px;
    width: 360px;   
    transition: all 0.5s ease;  
}
#cart-box{
    -webkit-box-shadow: 0 5px 15px rgba(50, 48, 58, 0.2);
    box-shadow: 0 5px 15px rgba(50, 48, 58, 0.2);
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 5px;
}
#cart-box .cart-height {      
    overflow-y: scroll;
    transition: all 0.5s ease; 
}
#cart-box.cart-fix {
    margin-top: 0px;
}
#cart-box.cart-fix.cart-fix-bottom .cart-height {     
    transition: all 0.5s ease;      
}
.card.cart {  
    border-radius: 5px 5px 0 0;    
    transition: all 0.5s ease;  
    margin-bottom: 0;
}
.card.checkout {  
    border-radius: 0px 0px 5px 5px; 
    -webkit-box-shadow: 0 5px 15px rgba(50, 48, 58, 0.2);
    box-shadow: 0 5px 15px rgba(50, 48, 58, 0.2);
    transition: all 0.5s ease;   
    margin-top: -5px;
    background: #d30061;
}
.card.checkout h4 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}
.card.cart .card-content {
    padding: 15px 20px;
    float: left;
}
.card.cart .card-content .cart-title {
    margin: 0;
    font-weight: 600;
    margin-bottom: 10px;
}
.card.cart .card-content .cart-title i {
    vertical-align: bottom;
    color: #bbb;
    margin-right: 5px;
}
.cart-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    padding-right: 15px;
    float: left;
    width: 100%;
}
.cart-item p{
    font-weight: 600;
    margin: 0;
}
.cart-item.total {
    border-bottom: 0px solid #eee;
}
.cart-item.total p {
    font-size: 16px;
}
.cart-item .item-details {
    width: 60%;
    float: left;
}
.cart-item .item-price {
    width: 40%;
    float: left;
    text-align: right;
}
.cart-item .item-price i {
    font-size: 17px;
    color: #b5b5b5;
}
.card-content .requirements {
    margin-top: 25px;
    text-decoration: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.card-content .requirements-text {
    float: left;
    width: 100%;
}
.card-content .requirements-text .form-group {
    margin: 0;
}
.checkout-details {
    padding: 30px 0;
    background: #fff;
}
.checkout-details h2, .checkout-details h3 {
    margin: 0;    
}
.checkout-details h3 {
    font-size: 25px;
}
.checkout-details h2 {
    line-height: 40px;
    color: #d30061;
    font-size: 30px;
    font-weight: 600;
}
.checkout-confirm {
    padding: 0;
}
.checkout-confirm h5 {
    margin-top: 30px;
    font-weight: 600;
    font-size: 25px;
}
.card-delivery {
    padding: 0px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 25px rgba(50, 48, 58, 0.1);
    box-shadow: 0 10px 25px rgba(50, 48, 58, 0.1);
    margin-bottom: 30px;
}
.card-delivery .card-header {    
    border-radius: 5px 5px 0 0;
    background: #ddd;
}
.card-delivery .card-header.primary {
    background: #d30061;    
}
.card-delivery .card-header.primary label {    
    color: #fff;
}
.card-delivery .card-header.secondary {
    background: #ddd;
    color: #333;
}
.card-delivery .card-header label {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    padding: 15px;
}
.card-delivery .checkbox {
    margin: 0;
}
.card-delivery .card-content {
    padding: 15px 15px;
    margin: 10px 0px;
}
.card-delivery .card-content p {
    font-weight: 600;
    color: #999;
}
.card-delivery .card-content p span {
    color: #2a2a2a;
    font-weight: 600;
}
.card-delivery .card-footer {
    padding: 0;
}
.card-delivery .card-footer span {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 0 5px 0 5px;
}
.card-delivery .card-footer.primary span {
    color: #fff;    
    background: #2aa02a;
}
.card-delivery .card-footer.secondary span {
    color: #fff;    
    background: #777;
}
.card-delivery.add {
    text-align: center;
}
.card-delivery.add .card-content {
    padding: 20px;
    margin: 0;
}
.card-delivery.add .card-content .add-address {
    padding: 50px 0px;
    border: 2px #ddd;
    border-style: dashed;
    border-radius: 5px;
}
.card-delivery.add .card-content .add-address i {
    font-size: 40px;
    color: #d30061;
    font-weight: 600;
}
.card-delivery.add .card-content .add-address p{
    text-transform: uppercase;   
    text-decoration: none;
}
.payment {
    margin-bottom: 40px;
}
.payment .checkbox label.card-payment {
    width: 100%;    
    padding: 15px 20px;
    background: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 25px rgba(50, 48, 58, 0.1);
    box-shadow: 0 10px 25px rgba(50, 48, 58, 0.1);   
}
.payment .checkbox label.card-payment.checked {
    background: #d30061;
    color: #fff;
}
.payment .checkbox label.card-payment span {
    float: right;
    display: none;
}
.modal-dialog.modal-login {
    width: 400px;
}
.modal-login .nav-pills {
    padding: 25px 30px;
}
.modal-login  .nav-pills > li > a {
    font-weight: 600;
    font-size: 14px;
    border-radius: 0;
    padding: 10px 0px;
    min-width: 0px;
    margin-right: 20px;
}
.modal-login .nav-pills > li.active > a, .modal-login .nav-pills > li.active > a:focus, .modal-login .nav-pills > li.active > a:hover {
    background: #fff;
    color: #2a2a2a;
    box-shadow: none;   
}

.modal-login  .nav-pills > li > a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px; 
    width: 100%;
    height: 2px;
    background-color: #d30061;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 1s cubic-bezier(0.32, 1.25, 0.375, 1.15);
    transition: all 1s cubic-bezier(0.32, 1.25, 0.375, 1.15);  
}
.modal-login  .nav-pills > li.active > a:after {    
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.modal-login .footer .btn {
    margin-top: 25px;
    font-size: 13px;
    font-weight: 600;
}
.modal-dialog .close i {
    padding: 10px;
    color: #a5a5a5;
}
.success-details {
    padding: 3px 0 15px;
    background: #099e44;
    color: #fff;
}
.success-details i {
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 5px;
    margin-right: 10px;
}
.card.success-info {
    text-align: center;
    padding: 50px;
    border-radius: 5px;    
}

.card.success-info p {  
    margin-top: 30px;
    margin-bottom:  0;
}  

.card.success-info span {
    color: #d30061;
    font-weight: 600;
}
.card.success-info h3 {
    font-weight: 600;
    margin-top: 0;
}
.card.success-info .delivery-img {
    width: 50%;
}
.card.success-info .img-success {
    max-width: 100%;
}

.card.my-account {
    padding: 50px;
    padding-top: 0;
    border-radius: 5px;
}
.card.my-account .account-details {
    padding-top: 50px;
}
.card.my-account .account-details .nav-pills {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.card.my-account .account-details .nav-pills a {
    font-weight: 600;
}
.card.my-account .account-details .tab-content {   
    padding-top: 50px;
}
.profile .name h3 {
    margin: 5px 0 0;
}
.profile .name h5{
    margin: 0;
}
.profile .avatar {   

}
.profile .avatar img {
    width: 100%;
    max-width: 100px;
    -webkit-transform: translate3d(0, -30%, 0);
    -moz-transform: translate3d(0, -30%, 0);
    -o-transform: translate3d(0, -30%, 0);
    -ms-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
}
.card-signup h3 {
    margin: 0px;
    padding: 15px 0 15px;
    border-radius: 13px 13px 0 0;
    background: #d30361;
}
.modal-login h3 img {
    margin: 0 auto;
    display: block;
    width: 200px;
}
.modal-dialog .tab-space {
    padding: 10px 0 30px 0px;
}
.forgot-password {
    text-align: right;
    display: block;
    padding-top: 0px;
}
.forgot-password:hover {
    color: #d30361;
    transition: all 0.5s ease;
}
.section.find-more {
    padding: 0;
}
.find-more a {
    color: #d30361;
}
.mobile-filter {
    display: none;
}
.card.cart .card-content .cart-title .count, .card.cart .card-content .cart-title .total-price {
        display: none;
}
.hide-on-mobile {
    display: block;   
}
.for-mobile {
    display: none;
}


.modal-dialog.modal-food-choice {
    width: 40%;
}
.modal-header {
    background: #d30361;
    color: #fff;
    border-radius: 13px 13px 0 0; 
    border: none;
    padding: 15px 25px;
}
.modal-header h3 {
    font-size: 20px;
    margin: 0;
}
.modal-content.card-popup {
    padding: 15px 30px;
    border-radius: 0 0 13px 13px; 
}
.modal-content.card-popup .food-option {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.modal-content.card-popup .radio label .circle {
    border: 2px solid rgba(0,0,0, .54);
    height: 18px;
    width: 18px;
}
.modal-content.card-popup .radio input[type=radio]:checked ~ .circle {
    border: 2px solid #d30361;
}
.modal-content.card-popup .radio label .check {
    height: 18px;
    width: 18px;
}
.modal-content.card-popup .radio label { 
    padding: 0px 35px 15px 25px;
    font-size: 15px;
    width: 49%;
}
.modal-content.card-popup .radio label span {
    left: 0;
}
.modal-food-choice button.close {
    position: absolute;
    right: -18px;
    top: -18px;
    background: #f1f1f1;
    opacity: 1;
    color: #a5a5a5;
    border-radius: 50px;
}
.food-choice-footer {
    padding: 15px 0;
    text-align: right;
}
.food-choice-footer .btn {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}
.food-choice-footer .btn:hover {
    color: #fff;
}
ul.switch.sticky {
    position: fixed;
    width: 328px;
    margin: auto;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 2000;
    float: left;
    box-shadow: 0px -5px 46px -10px rgba(0, 0, 0, 0.23);
}
.navbar-fixed-top.on-below {
    z-index: 3;
}


/*menu-2-section*/

.menu-2-section .menu-item {
    width: 49%;
   float: right;
}
.menu-2-section .menu-item:nth-child(2n) {
    
     float: left;
}
.menu-2-section .menu-item .item-img {
    padding: 0;
    width: initial;
    float: right;
    margin: 0 -15px;
}
.menu-2-section .menu-item .item-img img {
    border-radius:  0 5px 5px 0;
    margin: 0px;
}
.menu-2-section .menu-item .price {
    padding: 0px 0;
    text-align: left;
    color: #0c0c0c;
    font-size: 15px;
    font-weight: 600;
    float: left;
    width: 60%;
    padding-bottom: 10px;
}
.menu-2-section .menu-item .item-name {
    padding: 8px 0px;
    float: left;
    width: 100%;
    min-height: 83px;
}
.menu-2-section .menu-item .offer-tag {
    background: #ffffff;
    border: 0px solid #d3036161;
    color: #d30361;
    margin: 0px 0;
    font-size: 13px;
    font-weight: 700;
    width: 40%;
    line-height: 18px;
    border-radius: 21px;
    padding: 1px 0;
    text-align: left;
    float: right;
    padding-bottom: 10px;
}
.menu-2-section .menu-item .item-name h5 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}
.menu-2-section .rest-menu-items h5 {
    font-weight: 600;
    margin-top: 15px;
}
.menu-cate-box {
    padding: 20px 0;
    float: left;
    width: 100%;
}
.cart-icon {
    position: relative;
    cursor: pointer;
}
.cart-icon span {
    position: absolute;
    top: 4px;
    right: 7px;
    border-radius: 31px;
    background: #d30361;
    color: #fff;
    line-height: 9px;
    /* width: 15px; */
    padding: 5px 7px;
    /* height: 15px; */
    font-size: 10px;
}
.menu-cart {
    width: 400px;
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
}
.menu-cart .cart-height {
    height: 250px;
    overflow: scroll;
    overflow-x: hidden;
}
.cart-li:hover .menu-cart {
    display: block;
}




/*menu-3-section*/

.menu-3-section .menu-item {
    width: 32.4%;
    margin-right: 10px;
    float: left;
}
.menu-3-section .menu-item .item-img {
    padding: 0;
    width: initial;
    float: left;
    margin: 0 -15px;
}
.menu-3-section .menu-item .item-img img {
    border-radius:  0 5px 5px 0;
    margin: 0px;
}
.menu-3-section .menu-item .price {
    padding: 0px 0;
    text-align: left;
    color: #0c0c0c;
    font-size: 15px;
    font-weight: 600;
    float: left;
    width: 60%;
    padding-bottom: 5px;
}
.menu-3-section .menu-item .item-name {
    padding: 5px 0px;
    float: left;
    width: 100%;
    min-height: 70px;
}
.menu-3-section .menu-item .offer-tag {
    background: #ffffff;
    border: 0px solid #d3036161;
    color: #d30361;
    margin: 0px 0;
    font-size: 13px;
    font-weight: 700;
    width: 40%;
    line-height: 18px;
    border-radius: 21px;
    padding: 1px 0;
    text-align: left;
    float: right;
    padding-bottom: 5px;
}
.menu-3-section .menu-item .item-name h5 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 1px;
}
.menu-3-section .rest-menu-items h5 {
    font-weight: 600;
    margin-top: 15px;
}
.menu-cate-box {
    padding: 20px 0;
    float: left;
    width: 100%;
}
.cart-icon {
    position: relative;
    cursor: pointer;
}
.cart-icon span {
    position: absolute;
    top: 4px;
    right: 7px;
    border-radius: 31px;
    background: #d30361;
    color: #fff;
    line-height: 9px;
    /* width: 15px; */
    padding: 5px 7px;
    /* height: 15px; */
    font-size: 10px;
}
.menu-cart {
    width: 400px;
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
}
.menu-cart .cart-height {
    height: 250px;
    overflow: scroll;
    overflow-x: hidden;
}
.cart-li:hover .menu-cart {
    display: block;
}