
@import url(https://fonts.googleapis.com/css?family=Nunito);

body {
    position: relative;
}
.main-div{
    margin-bottom: 50px;
    min-height:400px;
}

.mb0{
    margin-bottom:0;
}
.pl10{
    padding-left:10px;
}

.pr10{
    padding-right:10px;
}

.plr10{
    padding-right:10px;
    padding-left:10px;
}

.your-order-wrapper
{
    width:93%;
    min-height:400px;
    margin: 0 auto;
    padding-top:20px;
}

.yo-center-wrapper
{
    width:85%;
    min-height: 300px;
    /*border: 1px solid rgba(123, 123, 123, 0.23);*/
    margin: 0 auto;
    border-radius: 4px;

}

.yo-center-header
{
    width:100%;
    min-height:20px;
}

.yo-center-top1
{
    width: 100%;
    min-height: 50px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 1px rgba(93, 93, 93, 0.35);
    box-shadow: 0px 1px 1px rgba(93, 93, 93, 0.35);
}
.yo-center-top1 .yo-center-top1-left
{
    width:100%;
    min-height:50px;
    position:relative;
    overflow:hidden;
    zoom: 1;
}

.yo-center-top1-left .list-inline{
    margin-top: 8px;
    margin-bottom: 0;
}
.yo-center-top1-left .list-inline>li {
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.yo-center-top1-left .list-inline>li>i
{
    color: #B1361B;
}

.yo-center-top1-left p.menu-head
{
    margin: 0;
    font-weight: 600;
    color: #555;
    font-size: 15px;
}

.yo-center-top1-left small
{
    font-size: 12px;
    color: #777;
    margin-top: 3px;
    display: block;
}
.yo-center-top1-left small .city
{
    font-style: normal;
}

.yo-center-top1-left .col-sm-4,.yo-center-top1-left .col-md-4
{
    padding-right: 0px;
}
.yo-center-top1-left .col-sm-4 img
{
    box-shadow: 0 0 1px #949191;
    border-radius: 0;
    margin:1px;
}

.yo-center-top1-middle .table{
    margin-bottom:0;
}

.yo-center-top1-middle .table>thead>tr>th,
.yo-center-top1-middle .table>tbody>tr>td,
.yo-center-top1-middle .table>tbody>tr>th {
    padding: 1px 10px;
}

.yo-center-top1-middle .table>thead>tr>th,
.yo-center-top1-middle .table>tbody>tr>td,
.yo-center-top1-middle .table>tbody>tr>th{
    font-size:12px;
}
.yo-center-top1-middle .table>tbody>tr>td{
    color:#666;
}

.yo-center-top1-middle .table>tbody>tr>td,
.yo-center-top1-middle .table>tbody>tr>th {
    border:0;
}

.yo-center-top1 .yo-center-top1-right
{
    width:100%;
    min-height:50px;
    position:relative;
    overflow:hidden;
    zoom: 1;
}

.fd_offerWrapper{
    width: 100%;
    min-height:100px;
    position:relative;
    overflow:hidden;
    background:#FFF;
    margin: 0 auto;
}

.list-grid {
    width:100%;
    position: relative;
    overflow: hidden;
}
.es-slide-img {
    width:100%;
    height:100px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.list-grid .es-slide-img img {
    width:100%;
    height:100%;
    margin: 0 auto;
}

.title{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.51);
    color: #fdeaa1;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
}

.price{
    position: absolute;
    top: 0;
    right: 0;
    font-family: monospace;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    background: rgba(0, 0, 0, 0.54);
    padding: 5px;
    color: #fff;
}

.combo{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: rgba(0, 0, 0, 0.54);
    padding: 5px;
    color: #FFEB3B;
    margin: 0;
}

.fd_offerWrapper .customNavigation{
    text-align:right;
    opacity: 0;
    visibility:hidden;
}

.fd_offerWrapper:hover .customNavigation{
    opacity: 1;
    visibility:visible;
}

.fd_offerWrapper .customNavigation a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0px 5px;
    margin: 0;
    background-image: none;
    outline: 0;
    -o-box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.15);
    border: 1px solid transparent;
    color: #fff;
    background: #2B2B2B;
    transition: all 0.5s ease;
}
.fd_offerWrapper .customNavigation .next{
    position: absolute;
    top: 36%;
    right: 0px;
    z-index: 9;
    text-align: center;
    width: 17px;
    height: 32px;
    padding: 0;
    padding-left: 3px;
    background: #000000;
    font-size: 26px;
    border-radius: 0;
    line-height: 30px;
    opacity: 0.5;
}

.fd_offerWrapper .customNavigation .prev{
    position: absolute;
    top:36%;
    left: 0px;
    z-index: 9;
    text-align: center;
    width: 17px;
    height: 32px;
    padding: 0;
    padding-left:1px;
    background: #000000;
    font-size: 26px;
    border-radius: 0;
    line-height: 30px;
    opacity: 0.5;
}

.fd_offerWrapper .customNavigation .next:hover,
.fd_offerWrapper .customNavigation .prev:hover
{
    color:#FFF;
    background-color:#000;
    border-color:transparent;
    opacity:1;
}

.yo-center-header .ht-option {
    display: inline-block;
    width: 20%;
    border-radius: 2px;
    margin: 4px;
    float: right;
}
.yo-center-header .breadcrumb li {
    padding: 11px 0px;
    float: left;
}
.yo-center-header .breadcrumb {

    border: 0px solid rgba(245, 245, 245, 1);
    display: table;
    width: 100%;
    text-shadow: 0px 0px 0px #D8D8D8;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    border-radius: 0;
}

.yo-center-header .btn-bread{
    margin-top:10px;
    font-size: 12px;
}


.yo-center-header .breadcrumb li a
{
    color: #636767;
    font-size: 12px;
}
.yo-center-header .breadcrumb li:last-child a
{
    color:#E88720;
}


.yo-center-top2
{
    width:100%;
    min-height:50px;
}
.yo-center-top2 .btn{
    margin: 4px;
    /*box-shadow: 1px 1px 5px #888888;*/
    font-size: 13px;
    color: #151717;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    border-radius:0px;

}

.yo-center-top2 .btn-xs{
    font-weight: 300;
}

.yo-center-top2 .btn-hot {
    color: #292727;
    background-color: #E8DDDE;
    border-bottom:2px solid #af4451;
}
.yo-center-top2 .hot-active {
    color: #FFFFFF;
    background-color:#A71F1A;
}

.yo-center-top2 .btn-hot:active, .yo-center-top2 .btn-hot.active {
    color: #fff;
    background-color:#A71F1A;
    border-top:2px solid #9a3c47;
    margin-top: 2px;
}
.yo-center-top2 .btn-hot:hover, .yo-center-top2 .btn-sky.active:focus,.yo-center-top2 .btn-hot:focus, .open>.dropdown-toggle.btn-hot {
    color: #fff;
    background-color:#A71F1A;
    border-bottom:2px solid #b25560;
   outline: none;

}


.yo-center-top2 .well {
    min-height: 20px;
    padding: 12px 15px;
    border-radius: 0px;
}

.yo-center-top3
{
    width:100%;
    min-height:50px;
}

.yo-center-top3 .yo-center-top3-left
{
    width:30%;
    min-height: 150px;
    float: left;
}
.yo-center-top3-left .nav-pills>li.act-menu>a
{
    color: #fff;
    background-color: rgb(214, 104, 104);
}
.yo-center-top3-left .nav-pills>li.active>a, .yo-center-top3-left .nav-pills>li.active>a:hover, .yo-center-top3-left .nav-pills>li.active>a:focus {
    text-decoration: none;
    background-color: #eee;
    font-weight: 500;
    color: #A71F1A;
    border-left: 4px solid rgb(167, 31, 26);
}

.yo-center-top3-left .nav-pills>li:hover
{
    border-left: 4px solid rgb(200, 90, 69);
}


.yo-center-top3-left .margintop20 {
    margin-top:0px;
    padding-left: 0;
    padding-right:0;
}

.yo-center-top3-left .margintop20 .nav-pills.affix-top {
    position: relative;
}
.yo-center-top3-left .margintop20 .nav-pills.affix {
    top:100px;
    width:278px;
    background-color: rgb(251, 251, 251);
    webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.yo-center-top3-left .margintop20 .nav-pills.affix-bottom {
    position: absolute;
    width:278px;
}

.yo-center-top3-left .nav-pills>li>a {
    border-radius: 0px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #484848;
}

.yo-center-top3-left .nav-stacked>li:first-child
{
    border: 1px solid #C85A45;
}

.yo-center-top3-left .nav-stacked>li+li {
    margin-top: 0px;
    margin-left: 0;
    border-bottom:1px solid #dadada;
    border-left:1px solid #dadada;
    border-right:1px solid #dadada;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

.yo-center-top3 .yo-center-top3-right
{
    width:65%;
    min-height:20px;
    float:right;
}

.yo-center-top3-right .panel-default {
    border-color: #ddd;
    border-radius: 0px;
}
.yo-center-top3-right .center-top3-div4 {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #A71F1A;;
}

/*.yo-center-top3-right .panel-group
{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/
.yo-center-top3-right .panel-group h4.list-head
{
    margin-top: 0px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #AD5E11;
}

.yo-center-top3-right .panel-group .list-img
{
    width:100%;
    max-height:97px;
    margin-bottom:15px;
    border: 1px solid #AC6103;
}
.yo-center-top3-right .panel-group .list-img img
{
    width: 100%;
    max-height:95px;
}
.yo-center-top3-right .panel-group .panel+.panel {
    margin-top:0px;
    border-top:none;
}
.yo-center-top3-right .panel.panel-cat
{
    margin-bottom:0px;
}

.yo-center-top3-right .center-pd-left
{
    width:55%;
    float:left;
    height: auto;
}
.yo-center-top3-right .center-pd-right
{
    width:35%;
    float:right;
    height: auto;
}

.yo-center-top3-right .center-pd-right .pd-right-top1{
    width: 100%;
    height: auto;
    padding: 5px;
}
.yo-center-top3-right .center-pd-right .pd-right-top1 .added{
    padding: 5px;
    background-color: rgba(17, 7, 109, 0.13);
}
.yo-center-top3-right .center-pd-right .pd-right-top1 + .pd-right-top1
{
    border-top: 1px dashed #CDD0D0;
/*    padding-top: 10px;
    padding-bottom:10px;*/
}
.yo-center-top3-right .center-pd-right .pd-right-top1:last-child{
    /*padding-bottom: 0px;*/
}
.yo-center-top3-right .center-top3-div1
{
    width:100%;
    min-height: 20px;
}
.yo-center-top3-right .center-top3-div11
{
    width:30%;
    min-height: 20px;
    float: left;
}
.yo-center-top3-right .center-top3-div11 span.pd-type
{

}
.yo-center-top3 .center-top3-div1 p
{
    margin:0px;
    margin-bottom:5px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #484848;
}
.yo-center-top3 .center-top3-div1 span.note
{
    font-size: 12px;
    color: #8E9191;
}
.yo-center-top3 .center-top3-div2
{
    width:30%;
    min-height: 20px;
    float: left;
}

.yo-center-top3 .center-top3-div2 p
{
    text-align: left;
    margin: 0px 0px;
    color: #6A6660;
    font-weight: 600;
}

.yo-center-top3-right .center-top3-div3
{
    width:30%;
    min-height: 20px;
    float:right;
}

.yo-center-top3-right .center-top3-div3 .btn.pull-right:focus
{
    outline:none;
}
.yo-center-top3-right .center-top3-div3 .btn.pull-right
{
    padding: 0px 6px;
   /* cursor: not-allowed;
    pointer-events: none;*/
}

.yo-center-top3-right .center-top3-div3 .btn.pull-right.disabled
{
    padding: 0px 6px;
    cursor: not-allowed;
    pointer-events: none;
}

.center-top3-div3 .input-group
{
    width: 100%;
    border: 1px solid #A4A5A7;
    box-shadow: 0px 2px 5px #C5C3BE;
    border-radius: 0px;
}

.center-top3-div3 button.btn-minus
{

    padding: 5px 7px;
}
.center-top3-div3 button.btn-plus
{

    padding: 5px 7px;
}
.center-top3-div3  .input-group input[type="text"] {
    /* border: none; */
    height:30px;
    font-size: 18px;
}

/*----------menu map page------------*/
.menu-map  .map-center
{
}
.menu-map  .panel-default>.panel-heading {
    color: #B1361B;
    background-color: #f5f5f5;
    border-color: #ddd;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.menu-map .panel-body
{
    padding:0 ;
}

/*------Menu more information page-----------*/

.yo-center-top3 .menu-info
{
    width: 100%;
    min-height: 50px;
}
.menu-info .menu-info-left
{
    width:70%;
    min-height: 50px;
    float: left;
}

.menu-info .menu-info-right
{
    width:30%;
    min-height: 50px;
    float:right;
    box-shadow: 0 0 5px #ccc;
    border: 2px solid white;
}

.menu-info-left .info-left-top1 h3
{
    margin: 0;
    font-family: 'Nunito', sans-serif;
    color: #960B08;
}
.menu-info-left .info-left-top1 p {
    font-size: 13px;
    font-family: 'Nunito', sans-serif;
}

.menu-info-left .info-left-top2 h5
{
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}
.menu-info-left .info-left-top2
{
    margin-top:20px;
}
.menu-info-left .info-left-top2 ul
{  list-style: none;
    margin: 0;
    padding-left: 18px;
    font-family: 'Nunito', sans-serif;
    height: auto;
}
.info-left-top2 ul li {
    width:100%;
    height: auto !important;
    float: left;
    clear: none;
    padding: 3px 0;
    font-family: 'Nunito', sans-serif;
    display: block;
}
.info-left-top2 ul li .input-field {
    width:25%;
    color:#403B3B;
    float: left;
    text-overflow: ellipsis;
}
.info-left-top2 ul li .ifon {
    color: #000000;
    float: left;
    padding-right: 0px;
}
.info-left-top2 ul li .input-data {
    width:auto  ;
    color: rgb(107, 110, 112);
    float: left;
    text-overflow: ellipsis;
}

.menu-time
{
    width: 100%;
    min-height:50px;
    margin-top: 20px;
}

.menu-time .operating-time
{
    width:60%;
    min-height: 50px;
    float: left;
}

.operating-time .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    background: linear-gradient(to bottom,#fff 0,#fff 70%,#e8e8e8 100%);
    color:#000000;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    font-size:18px;
    color: #960B08;
}

.operating-time .table>tbody {
    font-size: 12px;
}

.operating-time .table>tbody>tr>td:first-child
{
    background: linear-gradient(to left,#E8E8E8 0,#F7F7F7 70%,#E8E8E8 100%);
    font-weight: 600;
}
.operating-time .table>tbody>tr>td:first-child:hover
{
    background: linear-gradient(to left,#E8E8E8 0,#F7F7F7 70%,#E8E8E8 100%);
    cursor: default;
}

.operating-time .table>tbody>tr>td:hover:not(first-child)
{
    background-color: #F5F5DC;
    cursor: pointer;
}


.menu-time .delivery-area
{
    width:38%;
    min-height: 50px;
    float:right;
}
.delivery-area .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    background: linear-gradient(to bottom,#fff 0,#fff 70%,#e8e8e8 100%);
    color:#000000;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    font-size:18px;
    color: #960B08;
}
.delivery-area .table>tbody>tr>td:first-child
{
    background: linear-gradient(to left,#E8E8E8 0,#F7F7F7 70%,#E8E8E8 100%);
    font-weight: 600;
}
.delivery-area .table>tbody {
    font-size: 12px;
}



/*=----------Menu-listing page--------*/
.dropdown-menu-list
{
    display: none;
}
.dropdown-menu-list .form-control {
    background: linear-gradient(to bottom,#e8e8e8 0,#fff 70%,rgba(125, 120, 120, 0.2) 100%);
    font-size: 15px;
    color: #151717;
    border-color: #A4A5A7;
    text-shadow: 0px 0px 0px #D8D8D8;
    border-radius: 0px;
}

/*------------------------Media Query---------------------------*/

@media screen and (min-width: 980px) and (max-width:1279px) {

    .yo-center-top1 .yo-center-top1-left
    {
        /*width: 50%;*/
    }
    .yo-center-top1 .yo-center-top1-right {
        /*width: 47%;*/
    }
}

    @media (min-width: 1200px) {
    .yo-center-top3-left .margintop20 .nav-pills.affix {
        width:320px;
    }
    .yo-center-top3-left .margintop20 .nav-pills.affix-bottom {
        width:320px;
    }
}

@media screen and (min-width:980px) and (max-width:1100px)
{
    .yo-center-top3-right .center-pd-right {
        width: 41%;
    }
    .yo-center-top3-left .margintop20 .nav-pills.affix {
        width: 253px;
    }
    .yo-center-top3-left .margintop20 .nav-pills.affix-bottom {
        width: 253px;
    }

}

@media screen and (min-width:768px) and (max-width:979px) {

    .yo-center-top3-left .margintop20 .nav-pills.affix {
        width: 228px;
    }
    .yo-center-top3-left .margintop20 .nav-pills.affix-bottom {
        width: 228px;
    }

    .yo-center-wrapper {
        width:100%;
    }
    .yo-center-top1 .yo-center-top1-right {
       /* width: 50%;*/
        /*float: left;*/
    }
    .yo-center-top1 .yo-center-top1-left {
        /*width:47%;
        float: left;*/
    }
    .yo-center-top1-right .list-inline>li {
        padding-left:16px;
    }
    .yo-center-top3-right .center-pd-right {
        width: 41%;
    }

}

@media screen and (max-width:890px ){
    .menu-info .menu-info-right {
        display: none;
    }
    .menu-info .menu-info-left {
        width: 100%;
    }
}

@media screen and (min-width:701px) and (max-width:767px) {
    .yo-center-top1 .yo-center-top1-right {
        width: 100%;
        float: left;
    }
    .yo-center-top1 .yo-center-top1-left {
        width:100%;
        float: left;
    }

    .yo-center-top1-left p.menu-head {
        margin-top:20px;
    }
    .yo-center-top1 .yo-center-top1-left
    {
        /*width: 50%;*/
    }
    .yo-center-top1 .yo-center-top1-right {
        margin-left:10px;
        /*width:45%;*/
    }
    .yo-center-top1-right .list-inline>li {
        padding-left:67px;
    }
    .menu-time .operating-time {
        width:100%;
    }
    .menu-time .delivery-area {
        width:100%;
    }
    .yo-center-wrapper {
        width: 100%;
    }

    .yo-center-top3-right .center-pd-left
    {
        width:100%;
    }
    .yo-center-top3-right .center-pd-right {
        width:60%;
        float:left;
        margin-top:10px;
    }
    .yo-center-top3-left .margintop20 .nav-pills.affix {
        width:200px;
    }
    .yo-center-top3-left .margintop20 .nav-pills.affix-bottom {
        width:200px;
    }

}

@media screen and (max-width:357px){
.info-left-top2 ul li .input-data {
    width:100%;
}
    .info-left-top2 ul li .input-field {
    width:68%;
    }
    .yo-center-header .ht-option{
        width: 50%;
    }
}

@media screen and (min-width:480px) and (max-width:700px) {
    .yo-center-top1 .yo-center-top1-right {
        width: 100%;
        float: left;
    }
    .yo-center-top1 .yo-center-top1-left {
        width:100%;
        float: left;
    }

    .yo-center-top3 .center-top3-div3 ul {
        float:left;
    }
    .body-de2-left .media-body, .media-left, .media-right {
        display: table-row-group;
    }
    .yo-center-top2 .btn
    {
        margin-left: 0px;
    }
    .yo-center-top2 .form-inline .control-label
    {
        padding:10px 0px;
    }
    .yo-center-top2 .form-inline .form-control {
        margin: 0px -8px;
    }
    .yo-center-top2 .col-sm-6
    {
        padding-left: 10px;
    }
    .yo-center-wrapper {
        width: 100%;
    }
    .top3-body-de2 .body-de2-right
    {
        padding-top: 70px;
    }
    .yo-center-top1-left p.menu-head {
        margin-top:20px;
    }
    .yo-center-top1 .yo-center-top1-left
    {
        /*width: 50%;*/
    }
    .yo-center-top1 .yo-center-top1-right {
        /*margin-left:24px;
        width:39%;*/
    }
    .yo-center-top1-right .list-inline>li {
        padding-left:40px;
    }
    .menu-time .operating-time {
        width:100%;
    }
    .menu-time .delivery-area {
        width:100%;
    }
    .yo-center-top3 .yo-center-top3-left {
        width: 100%;
        min-height: 50px;
    }
    .yo-center-top3 .yo-center-top3-right {
        width: 100%;
    }
    .yo-center-top3 .yo-center-top3-left .column {
        display: none;
    }

    .yo-center-top3 .yo-center-top3-left .dropdown-menu-list {
        display:block;
        font-family: 'Nunito', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #484848;
    }
    .yo-center-top3-right .center-pd-left
    {
        width:100%;
    }
    .yo-center-top3-right .center-pd-right {
        width:60%;
        float:left;
        margin-top:10px;
    }

}

@media screen and (max-width:479px)
{
    .yo-center-top3-right .center-pd-left
    {
        width:100%;
    }
    .yo-center-top3-right .center-pd-right {
        width:100%;
        float:left;
        margin-top:10px;
    }
    .guest-center-wrapper {
        width: 100%;
    }

    .yo-center-top1 .yo-center-top1-right {
        width: 100%;
        float: left;
    }
    .yo-center-top1 .yo-center-top1-left {
        width:100%;
        float: left;
    }

    .yo-center-top3 .center-top3-div3 ul {
        float:left;
    }
    .body-de2-left .media-body, .media-left, .media-right {
        display: table-row-group;
    }
    .yo-center-top2 .btn
    {
        margin-left: 0px;
    }
    .yo-center-top2 .form-inline .control-label
    {
        padding:10px 0px;
    }
    .yo-center-top2 .form-inline .form-control {
        margin: 0px -8px;
    }
    .yo-center-top2 .col-sm-6
    {
        padding-left: 10px;
    }
    .yo-center-wrapper {
        width: 100%;
    }
    .top3-body-de2 .body-de2-left
    {
        width: 100%;
    }
    .top3-body-de2 .body-de2-right
    {
        width: 100%;
    }
    .top3-body-de2 .body-de2-right ul
    {
        float: left;
    }
    .yo-center-top1-left p.menu-head {
        /*margin-top:20px;*/
    }
    .yo-center-top1 .yo-center-top1-right {
        margin-top: 15px;
    }
    .yo-center-top1-right .list-inline>li {
        padding-left:40px;
    }
    .menu-time .operating-time {
        width:100%;
    }
    .menu-time .delivery-area {
        width:100%;
    }
    .menu-info-left .info-left-top1 h3 {
        font-size: 21px;

    }
    .yo-center-top1-left .col-sm-4, .yo-center-top1-left .col-md-4 {
        padding-right: 15px;
    }

    .yo-center-top3 .yo-center-top3-left {
        width: 100%;
        min-height:50px;
    }
    .yo-center-top3 .yo-center-top3-right {
        width: 100%;
    }
    .yo-center-top3 .yo-center-top3-left .column {
        display: none;
    }

    .yo-center-top3 .yo-center-top3-left .dropdown-menu-list {
        display:block;
        font-family: 'nunito', sans-serif;
        font-weight:300;
        font-size: 14px;
        color: #484848;
    }
    .yo-center-top1-left .col-xxs-12{
        width: 100% !important;
    }
}

@media screen and (max-width:1200px){
    .yo-center-top1-middle,.yo-center-top1-right{
        margin-top:10px;
    }


}







