*{
    margin: 0px;
    padding: 0px;
}
html{
    padding: 0px;
    margin: 0 auto;
    font-weight: 400;
}
body {
    margin: 0px auto;
    padding: 0px;
    background: #fff !important;
}
p {
    margin: 0px;
}
h1,h2,h3,h4, h5,h6{
    margin: 0px;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
button:focus, input:focus, select:focus, textarea:focus{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.cartlist{
        display: block;
}
img{
    width:100%;
    display:block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.wcv_vendorslist .boutonmenu
{
   background-color: #57ad31!important
}
a:hover{
    text-decoration: none;
    color: none;
}
a, button{
	    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.cartbottomliste {
display: block;
    position: fixed;
    bottom: 20px;
    left: calc(50% - 25px);
    background: #57ad31;
    height: 50px;
    padding-top: 13px;
    color: #fff;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    z-index: 99;
}


:root {
    --color1: #101010;
    --color2: #333;
    --color3: #666666;
    --color4: #171717;
    --color5: #ffffff;
    --color6: #181818;
    --color7: #787878;
    --color8: #936037;
    --color9: #57ad31;
    --bg: #fff;
}
/*---=== FOOD DELIVERY ===---*/
/*----------
    Navbar
------------*/
.btn.btn-danger{
    background-color:#ff0000!important;
    border-color:#ff0000!important;
}
._hero_food_navbar {
    background-color: transparent !important;
}

._hero_food_nav {
    margin: 0 auto;
}

._hero_food_nav_item {
    margin: 0 6px;
}

._toggler {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

._hero_food_nav_link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.005em;
    color: #232323 !important;
    position: relative;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
}
._hero_food_nav_link:after{
    position: absolute;
    content: '';
    left: 8px;
    bottom: 3px;
    width: 0;
    height: 1px;
    transition: 0.3s all ease;
    background:#FF4D20;
}
._hero_food_nav_link:hover:after{
    width: calc(100% -  14px);
}
._hero_food_nav_right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

._sign_up_btn {
    width: 84px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #FFFFFF !important;
    padding: 12px 10px;
    background: -o-linear-gradient(top, #272727 0%, #171717 46.01%, #101010 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#272727), color-stop(46.01%, #171717), to(#101010));
    background: linear-gradient(180deg, #272727 0%, #171717 46.01%, #101010 100%);
    border-radius: 12px;
}
._login_btn {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #FFFFFF !important;
    padding: 12px 10px;
    background: -o-linear-gradient(top, #272727 0%, #171717 46.01%, #101010 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#272727), color-stop(46.01%, #171717), to(#101010));
    background: linear-gradient(180deg, #272727 0%, #171717 46.01%, #101010 100%);
    border-radius: 12px;
}
._hero_food_nav_btn {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF !important;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    padding: 12px 34px;
    background: -o-linear-gradient(293.2deg, #FF633C 15%, #FF4415 97.86%);
    background: linear-gradient(156.8deg, #FF633C 15%, #FF4415 97.86%);
    border-radius: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.cart-collaterals {
    width: 100%;
}
.cart-collaterals .cart_totals {
    width: 48%;
    text-align: center;
    margin: 0 auto;
}
.cart_totals h2{
    margin:0 0 20px 0;
}
.cart-collaterals .cart_totals table {
    border-collapse: separate;
    border-radius: 5px;
    margin: 0 0 6px;
    padding: 0;
    float: right;
}
table.shop_table {
    margin: 0 0 24px;
    text-align: left;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
}
.cart-collaterals .cart_totals tr th, .cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr td {
    border-top: 1px solid #ddd;
    padding: 0.857em 1.387em;
}


.cart_totals .wc-proceed-to-checkout {
    clear: both;
    margin-top: 30px;
    padding: 30px 0 0 0;
}
._hero_food_nav_btn:hover {
    -webkit-box-shadow: 0px 10px 20px -8px rgba(185, 66, 42, 0.19);
            box-shadow: 0px 10px 20px -8px rgba(185, 66, 42, 0.19);
}


ul.moncompte li {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #eee;
}


/*--------------
    Navbar Ends
---------------*/

/*Food Near*/
._hero_food_deliver_wrapper {
    padding: 0 0 0 0;
    overflow: hidden;
}
.nohome._hero_food_deliver_wrapper {
    padding: 00px 0 20px 0;
    overflow: hidden;
}
._hero_food_deliver_wrap {
    padding: 20px 0 20px 0;
}
._hero_food_content_title {
    font-family: 'Seaweed Script', cursive;
    font-weight: 400;
    font-size: 44px;
    line-height: 50px;
    margin: 0 0 16px 0;
    color: var(--color8);
}

._hero_food_content_title2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 72px;
    margin: 0 0 22px 0;
    color: var(--color1);
}
._hero_food_content_para {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.01em;
    margin: 0 0 10px 0;
    color: var(--color2);
}
._hero_food_content_input {
    margin: 34px 0 20px 0;
}
._hero_food_form {
    padding: 2px;
    position: relative;
    background: #df690c;
    -webkit-box-shadow: 0px 10px 20px -10px rgba(234, 234, 234, 0.4);
            box-shadow: 0px 10px 20px -10px rgba(234, 234, 234, 0.4);
    border-radius: 16px;
}



.pac-target-input, ._hero_food_input {
    font-family: 'Inter', sans-serif;
        background: #fff;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    border: 0;
    border-radius: 14px;
    margin-bottom:10px;
    padding: 12px 8px;
    outline: 0;
    position: relative;
}
._icon::before {
    content: url("../img/location.svg");
    position: absolute;
    right: 0;
    width: 196px;
    top: 55%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
._hero_food_input::-webkit-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.005em;
    color: #B1B1B1;
}
._hero_food_input::-moz-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.005em;
    color: #B1B1B1;
}
._hero_food_input:-ms-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.005em;
    color: #B1B1B1;
}
._hero_food_input::-ms-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.005em;
    color: #B1B1B1;
}
._hero_food_input::placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.005em;
    color: #B1B1B1;
}
._hero_food_input_btn {
    padding: 4px 8px;
    position: relative;
    width: 158px;
    right: 0;
    top: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: 0;
    background-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
._hero_food_input_btn:hover ._arrow_icon {
    -webkit-box-shadow: 0px 10px 20px -8px rgba(185, 66, 42, 0.19);
            box-shadow: 0px 10px 20px -8px rgba(185, 66, 42, 0.19);
}
#map_canvas{
    width:100%!important;
}
._arrow_icon {
    margin-left:10px;
    max-height: 30px;
    border-radius: 10px;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    width: auto;
    height: auto;
}
._hero_food_input_btn:hover img{
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin-left: 14px;
}
._hero_food_community {
    margin: 50px 0 20px 0;
}
._hero_food_community_txt {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #838383;
    margin: 0 0 10px 0;
}
._signin_community {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #FF4D20 !important;
    text-decoration: none;
}
._signin_community:hover{
    color: #f73b0c !important;
}
._hero_food_deliver_img {
    margin-right: -80px;
    margin-left: 10px;
}
/* Hero Food Delivery Ends*/

/* Food Near*/
._food_near_wrapper {
    padding: 50px 0;
}
._food_near_title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.01em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--color1);
}
._food_near_title img{
    width:auto;
    height:auto;
    display:block;
    margin-left: 10px;
}
._food_near_slide_nav {
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
._slide_btn {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    border: none;
    background: none;
    margin: 0 8px;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
}
._slide_btn:hover {
    background: #151515;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
._slide_btn:hover svg path {
    stroke: #fff;
}
._food_near_content_wrap {
    margin: 70px 0 20px 0;
}
._food_near_content {
    background: #F7F7F7;
    border-radius: 24px;
    padding: 20px 30px;
    /* display: flex; */
}
._food_near_content_title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #171717;
    margin: 0 0 10px 0;
    color: var(--color4);
}
._food_near_content_detail {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #969696;
    margin: 0 0 10px 0;
}
._detail_clr {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FF4415;
}
._food_near_content_img {
    width: 110px;
    margin: -40px auto 0 auto;
}
._food_img {
    width: 100%;
}
._food_img3,
._food_img4 {
    padding: 0 10px;
}
/*Food Near Ends*/

/*Service System*/
._fd_dlvry_srvc_sec{
    background: var(--bg);
    padding: 20px 0px 50px;
}
._fd_dlvry_srvc_top{
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}
._fd_dlvry_srvc_top img{
    width: 127px;
    margin: 0 auto;
    margin-bottom: 8px;
}
._ftre_fd_dlvry2_tit4{
    font-family: Seaweed Script;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: var(--color8);
    margin-bottom: 8px;
}
._fd_dlvry_srvc_titl{
    font-family: Inter;    
    font-style: normal;   
    font-weight: bold;   
    font-size: 52px;    
    line-height: 62px;    
    text-align: center;   
    color: #101010;
}
._fd_dlvry_srvc_crd{
    text-align: center;
    padding: 0px 20px 25px 20px;
    margin-bottom: 30px;
}
._fd_dlvry_srvc_crd img{
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 120px;
    max-height: 120px;
    margin-bottom: 40px;
}
._fd_dlvry_srvc_crd_h2{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 8px;
    text-align: center;
    color: var(--color4);
}
._fd_dlvry_srvc_crd_txt{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: var(--color2);
}
._cta_fd_dlvry_crd2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 30px 70px -20px rgb(0 0 0 / 2%);
    box-shadow: 0px 30px 70px -20px rgb(0 0 0 / 2%);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 60px 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}
._cta_fd_dlvry_crd2:after {
    position: absolute;
    content: '';
    top: -158px;
    left: -10px;
    width: 50%;
    height: 500px;
    background:#FEB618 ;
    z-index: -1;
    -webkit-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    transform: rotate(11deg);
}
._cta_fd_dlvry_crd2:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    z-index: -1;
    background-color: #2FB652 !important;
    background: url(../img/fd_dlvry_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
._cta_fd_dlvry_crd2_lft{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 60px;
}
._cta_fd_dlvry_crd2_r8{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
/*Service System End*/

/*--- Feature Food Delivery ---*/
._ftre_fd_dlvry2_sec{
    background: #fff;
    padding: 50px 0px;
}
._ftre_fd_dlvry2_top{
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}
._logo{
    display: inline-block;
}
._ftre_fd_dlvry_logo{
    width: 204px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
}
._ftre_fd_dlvry2_titl{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 62px;
    text-align: center;
    color: #101010;
    margin-bottom: 0px;
}
._ftre_fd_dlvry2_sec ._ftre_fd_dlvry_logo{
    width: 154px;
}
._ftre_fd_dlvry2_crd{
    overflow: hidden;
    background: #FFFFFF;
    border: 1.2px solid #EFEFEF;
    border-radius: 24px;
    margin-bottom: 40px;
}
._ftre_fd_dlvry2_crd:hover{
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border: 1.2px solid transparent;
    -webkit-box-shadow: 0px 46px 100px -31px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 46px 100px -31px rgba(0, 0, 0, 0.1);
}
._ftre_fd_dlvry2_pic{
    height: 200px;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
}
._ftre_fd_dlvry2_pic img{
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}
._ftre_fd_dlvry2_inr{
    padding: 15px 20px 20px 25px;
}
._ftre_fd_dlvry2_ul{
    margin:0px 0px 10px 0px;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
._ftre_fd_dlvry2_ul li{
    margin-right: 3px;
}
._ftre_fd_dlvry2_crd_titl{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: var(--color6);
}
._ftre_fd_dlvry2_crd_txt{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--color6);
}
._ftre_fd_dlvry2_btm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
._ftre_fd_dlvry2_btm_txt{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
    color: #060606;
}
._ftre_fd_dlvry2_btm_ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
._ftre_fd_dlvry2_btm_ul li{
    margin-right: 10px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}
._ftre_fd_dlvry2_btm_ul li:nth-child(1){
    background: #FF4415;
}
._ftre_fd_dlvry2_btm_ul li:nth-child(2){
    background: #171717;
}
._ftre_fd_dlvry2_btm_ul li:last-child{
    margin-right: 0px;
}
._ftre_fd_dlvry2_btn_all{
    text-align: center;
}
._ftre_fd_dlvry2_btn{
    border:none;
    background: -o-linear-gradient(348.02deg, #46C266 41.25%, #2FB652 98.64%);
    background: linear-gradient(101.98deg, #46C266 41.25%, #2FB652 98.64%);
    border-radius: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 188px;
    height: 62px;
}
._ftre_fd_dlvry2_btn:hover{
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
     -webkit-box-shadow: 0px 10px 20px -10px rgba(58, 186, 90, 0.16);
            box-shadow: 0px 10px 20px -10px rgba(58, 186, 90, 0.16);
}
._ftre_fd_dlvry2_btn:focus-visible{
    outline: 0;
}
._ftre_fd_dlvry2_btn svg{
    margin-left: 14px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px -8px rgba(185, 66, 42, 0.19);
            box-shadow: 0px 10px 20px -8px rgba(185, 66, 42, 0.19);
    border-radius: 10px;
    padding: 11px 0px;
    width: 38px;
    height: 38px;
}
/*--- Feature Food Delivery End ---*/

/*Food Delivery App*/
._fd_dlvry_app_sec{
    background: var(--bg);
    padding: 100px 0px 50px;
}
._fd_dlvry_app_lft{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
._fd_dlvry_app_img{
    width: 267px;
    height: 552.78px;
}
._fd_dlvry_app_r8{
    padding-right: 150px;
}
._fd_dlvry_app_r8 ._fd_dlvry_titl2{
    margin-bottom: 22px;
}
._fd_dlvry_app_r8_txt{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    opacity: 0.88;
    color: var(--color2);
}
._fd_dlvry_app_r8_ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}
._fd_dlvry_app_r8_ul li{
    border: 1.09091px solid #DBDBDB;
    border-radius: 18.1818px;
    margin-right: 22px;
    padding: 15px;
}
._fd_dlvry_app_r8_ul li a{
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
._fd_dlvry_app_r8_ul li svg{
    margin-right: 20px;
}
/*Food Delivery App End*/

/* Food Blog*/
._fd_dlvry_blg_sec{
    padding: 50px 0px 30px;
    background: var(--bg);
}
._ftre_fd_dlvry2_top_txt{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #646464;
    margin-top: 16px;
}
._fd_dlvry_blg_sec ._ftre_fd_dlvry_logo{
    width: 154px;
}
._fd_dlvry_blg_crd{
    -webkit-box-shadow: 0px 25px 120px -30px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 25px 120px -30px rgba(0, 0, 0, 0.08);
    background: #fff;
    margin-bottom: 50px;
}
._fd_dlvry_blg_crd_top{
    height: 220px;
}
._fd_dlvry_blg_crd_inr{
    padding: 30px 30px 38px 30px;
}
._fd_dlvry_blg_crd_inr_h2{
      font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 22px;
    margin-bottom: 14px;
    color: #1B1B1B;
}
._fd_dlvry_blg_crd_txt{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #939393;
    margin-bottom: 0px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
._fd_dlvry_blg_btn{
    border: none;
    border-radius: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 170px;
    height: 62px;
    margin-top: 14px;
}
._fd_dlvry_blg_btn svg{
    margin-left: 14px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 11px 0px;
    width: 38px;
    height: 38px;
}
._fd_dlvry_blg_btn1{
    background: #57ad31;
}
._fd_dlvry_blg_btn1:hover {
    -webkit-box-shadow: 3px 20px 20px -10px rgb(59 189 93 / 16%);
    box-shadow: 3px 20px 20px -10px rgb(59 189 93 / 16%);
}
._fd_dlvry_blg_btn2{
    background: -o-linear-gradient(348.02deg, #FF6741 41.25%, #FF4415 98.64%);
    background: linear-gradient(101.98deg, #FF6741 41.25%, #FF4415 98.64%);
}
._fd_dlvry_blg_btn2:hover{
   -webkit-box-shadow: 0px 10px 20px -10px rgba(232, 86, 49, 0.16);
           box-shadow: 0px 10px 20px -10px rgba(232, 86, 49, 0.16);
}
._fd_dlvry_blg_btn3{
    background: -o-linear-gradient(348.02deg, #FFBC2D 41.25%, #FEB618 98.64%);
    background: linear-gradient(101.98deg, #FFBC2D 41.25%, #FEB618 98.64%)
}
._fd_dlvry_blg_btn3:hover{
    -webkit-box-shadow: 0px 10px 20px -10px rgba(232, 86, 49, 0.16);
            box-shadow: 0px 10px 20px -10px rgba(232, 86, 49, 0.16);
}
/* Food Blog End*/

/* Food Location */
._fd_dlvry_lctn_sec{
    padding: 50px 0px;
    background: var(--bg);
}
._fd_dlvry_lctn{
    padding: 0px 0px 0px 50px;
}
._fd_dlvry_lctn_top{
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
._fd_dlvry_lctn_top_lft{
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
}
._fd_dlvry_lctn_top_h1{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    color: var(--color1);
}
._fd_dlvry_lctn_top_txt{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.005em;
    color: #C0C0C0;
}
._fd_dlvry_lctn_top_r8{
    width: 94px;
    height: 94px;
}
._fd_dlvry_lctn_sec ._ftre_fd_dlvry_logo{
    width: 154px;
}
._fd_dlvry_lctn_itm{
    border-bottom: 1.2px solid #F0F0F0;
    margin-right: 50px;
}
._fd_dlvry_lctn_itm_txt1{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.2em;
    color: #36BD59;
    text-transform: uppercase;
}
._fd_dlvry_lctn_itm_txt2{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #C7C7C7;
}
._fd_dlvry_lctn_itm_btm{
    margin-top: 33px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
._fd_dlvry_lctn_itm_txt3{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.005em;
    color: var(--color1);
}
._fd_dlvry_lctn_itm_btm svg path{
    fill: #FF4415;
}
._fd_dlvry_lctn_r8{
    padding: 0px 40px;
}
/* Food Location  End*/

/*--- CTA Newsketter Food Delivery ---*/
._cta_fd_dlvry{
    background: #fff;
    padding: 50px 0px;
}
._cta_fd_dlvry_crd{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 30px 70px -20px rgba(0, 0, 0, 0.02);
            box-shadow: 0px 30px 70px -20px rgba(0, 0, 0, 0.02);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 60px 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
._cta_fd_dlvry_crd_lft{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 60px;
}
._cta_fd_dlvry_crd:after{
    position: absolute;
    content:'';
    top: -158px;
    left: -10px;
    width: 55%;
    height: 500px;
    background: #FF4415;
    z-index: -1;
    -webkit-transform: rotate(11deg);
        -ms-transform: rotate(11deg);
            transform: rotate(11deg);
}
._cta_fd_dlvry_crd_titl{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
    color: var(--color5);
}
._cta_fd_dlvry_txt{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px;
    opacity: 0.88;
    color: var(--color5);
}
._cta_fd_dlvry_crd_r8{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
._cta_fd_dlvry_crd:before{
    position: absolute;
    content:'';
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: #FEB618;
    z-index: -1;
}
._cta_fd_dlvry_crd_inpt{
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
._cta_fd_dlvry_crd_inpt input{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.005em;
    color: #B1B1B1;
    padding: 0px 0px 0px 0px;
    background: #FFFFFF;
    border-radius: 15px 0px 0px 15px;
    border: none;
    padding: 0px 150px 0px 20px;
    height: 64px;
    width: 100%;
}
._cta_fd_dlvry_crd_inpt input::-webkit-input-placeholder { /* Edge */
  color: #B1B1B1;
}
._cta_fd_dlvry_crd_inpt input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B1B1B1;
}
._cta_fd_dlvry_crd_inpt input::-moz-placeholder {
  color: #B1B1B1;
}
._cta_fd_dlvry_crd_inpt input::-ms-input-placeholder {
  color: #B1B1B1;
}
._cta_fd_dlvry_crd_inpt input::placeholder {
  color: #B1B1B1;
}
._cta_fd_dlvry_btn{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    border: none;
    color: #FFFFFF;
    background: #2FB652;
    -webkit-box-shadow: 0px 10px 20px -10px rgba(234, 234, 234, 0.4);
            box-shadow: 0px 10px 20px -10px rgba(234, 234, 234, 0.4);
    border-radius: 0px 16px 16px 0px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0px 20px;
}
._cta_fd_dlvry_btn:focus-visible{
    outline: 0;
}
._cta_fd_dlvry_btn:hover{
    background:#27c14f;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
._cta_fd_dlvry_btn svg{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px -8px rgba(185, 66, 42, 0.19);
            box-shadow: 0px 10px 20px -8px rgba(185, 66, 42, 0.19);
    border-radius: 10px;
    padding: 7px 0px;
    margin-left: 10px;
    width: 30px;
    height: 30px;
}
._cta_fd_dlvry_crd_inpt input:focus-visible{
    outline: 0;
}
/*-- CTA Newsketter Food Delivery END---*/

/*-- Populer Country with ---*/
._fd_dlvry_cntry_sec{
    background: var(--bg);
    padding: 50px 0px 100px;
}
._fd_dlvry_cntry_top{
    margin-bottom: 40px;
}
._fd_dlvry_titl2{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--color1);
}
._ftre_fd_dlvry_ul_list li{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px;
    color: var(--color3);
}
.col2-set {
    width: 100%;
}
.col2-set .col-1 {
    float: left;
    width: 48%;
}
.col2-set .col-2 {
    float: right;
    width: 48%;
}

.pad5{
    padding: 5px;
}
.pad20{
    padding: 20px;
}
.pad10{
    padding: 10px;
}
.pad30{
    padding: 30px;
}
/*-- Populer Country with END---*/
.shadowb{
    border-radius: 5px;
    box-shadow: 0 0 50px #e3e3e3;
}
/*-- Food Footer---*/
._fd_dlvry_footer{
        margin-top: 20px;
    padding: 60px 0px 25px;
    background: #F8F8F8;
}
._fd_dlvry_ftr_lft a{
    display: block;
}
._fd_dlvry_ftr_lft img{
    width: 220px;
    margin-bottom: 35px;
}
._fd_dlvry_ftr_lft_txt{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #767676;
    margin-bottom: 40px;
}
._fd_dlvry_ftr_lft_ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
._fd_dlvry_ftr_lft_ul li{
    margin-right: 15px;
}
._fd_dlvry_ftr_lft_ul li a{
    display: inline-block;
    background: #252525;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid transparent;
}
._fd_dlvry_ftr_lft_ul li a:hover{
    background: transparent;
    border: 1px solid #252525;
}
._fd_dlvry_ftr_lft_ul li:hover svg path{
    fill: #252525;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
._fd_dlvry_ftr_lft_ul li svg path{
    fill:#fff;
}
._fd_dlvry_ftr_itm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
}
._fd_dlvry_ftr_itm_titl{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #030000;
    margin-bottom: 40px;
}
._fd_dlvry_ftr_itm_ul li{
    margin-bottom: 17px;
}
._fd_dlvry_ftr_itm_ul li a{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    text-decoration: none;
    color: var(--color3);
}
._fd_dlvry_ftr_itm_ul li a:hover{
    color: #000;
}
._fd_dlvry_ftr_botm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #E6E6E6;
    padding-top: 25px;
    margin-top: 60px;
}
._fd_dlvry_ftr_botm_txt1{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #666666;
}
/*-- Food Footer END---*/

/*---=== FOOD DELIVERY END===---*/

/*---=== RESPONSIVE ===---*/

a{
	color:#000;
}
a:hover{
	color:#57ad31;
}

.inforesto .logo{
    max-width: 200px;
}
.mobile{
    display:none;
}
.desktop{
    display:block;
}

.cartleft{
    width:80%;
    float:left;
}
.cartright{
    width: 20%;
    float: left;
    border-left: 1px solid #000;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    padding: 5px;
    z-index: 999;
    display: block;
}
.cartright #cart {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    max-height: 70vh;
}

        ._logo_wrap img{
        display:inherit ;
    }

    ._logo_wrap.desktop a{
        float:left;
    }
.menucategorie
    {
    margin-bottom: 8px;
}
.menucategorie {
    margin-right: 10px;
}

.photo td{
    vertical-align: bottom;
    padding: 5px;
}

.bordermenu{
    border: 1px solid lightgrey;
    border-right: 0;
    border-left: 0;
    margin-top: 10px;
    width: 100%;
    background: #fff;

}
.produit{
    width: 100%;
    min-height: 90px;
    border: 1px solid #ccc;
    display: list-item;
    text-align: -webkit-match-parent;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 1 / 11%);
        border-radius: 5px;

}
.produit .info{
    float: left;
    width: 75%;
    padding: 10px;
}
.produit table{
    width: 100%;
    height: 100%;
}
.produit .photo{
    float: left;
    width: 25%;
    height: 100%;
        vertical-align: middle;
    text-align: center;
}
header.nohome{
	    box-shadow: 0 2px 7px -4px grey;
}
.produit .description, .description{
    margin-bottom: 5px;
    margin-top: 5px;
            font-size: 13px;
}
.produit h3 {
    font-size: 20px!important;
    font-weight: 700;
}
.prix{

}

.btn-primary{
    background-color: #57ad31;
    border-color: #57ad31;
}
.btn-primary:hover {
    color: #fff;
    background-color: #E7650B!important;
    border-color: #E7650B!important;
}
.closex{
    float: right;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
      margin: 10px 0;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
ul.produits{
    display: grid;
    grid-auto-rows: auto;
    grid-gap: 16px;
    grid-template: auto/repeat(3,1fr);
} 

ul.listerestaurant{
    display: grid;
    grid-auto-rows: auto;
    grid-gap: 16px;
    grid-template: auto/repeat(4,1fr);
}
.plus div, .moins div, .delcart div{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 10px;
    background: #E7650B!important;
    color:#fff;
    padding: 0 5px;
    text-align: center
}
.delcart div{
    background: red!important;
}
.plus div:hover, .moins div:hover, .delcart div:hover{

    background: #57ad31!important;
    color:#fff;

}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.categoriep{
	padding: 20px 0;
    margin-left: 20px;
        width: 100%;
    max-width: 95%;
}
.categoriep h2 {
    font-size: 26px;
    padding: 10px 0;
}
.categoriep h2:target{
    padding-top: 3em!important;
    margin-top: -3em!important;
}


.categoriep button{
	    line-height: 0;
    height: 30px;
    width: 30px;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    background: #fff;
    color: #57ad31;
    border: 2px solid #57ad31;
}

.categoriep button:hover{
    color: #936037;
    border: 2px solid #936037;
        cursor: pointer;
}

.menuresto{
    border: 1px solid #936037;
    border-right: 0;
    border-left: 0;
}
.menucategorie{

    padding: 10px 0;
}
.vertical-align-middle li
{
	margin-right:25px;
}
.vertical-align-middle ul
{

    flex-wrap: nowrap;
display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ul.wcv_vendorslist {
    width:100%;
}

.wcv_vendorslist .member-inner-list {
    text-align: center;
}
.wcv_vendorslist .member-details {
    overflow: hidden;
   padding: 40px 10px 10px;
}
.wcv_vendorslist .vendor-list-like {
    position: absolute;
    top: 8px;
    right: 8px;
}
.wcv_vendorslist .cover_logo {
    display: block;
    height: 180px;
    overflow: hidden;
    background: #eee;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.wcv_vendorslist li {
    position: relative;
    text-align: center;
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 2px;
    background: #fff;
    list-style: none !important;
}

.wcv_vendorslist .item-avatar {
    position: absolute;
    left: 47%;
    top: 106px;
    margin-left: -43px;
    border-radius: 2px;

    box-shadow: 0 0 1px 0 rgb(0 0 0 / 30%), 0 1px 1px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    padding: 2px;
    border: 3px solid #fff;
}

.wcv_vendorslist .boutonmenu
    {
    background: #57ad31!important;
    border: 0;
    padding: 8px 19px;
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.wcvendor_store_wrap_bg {
    margin: 0 0 30px;
}
#wcvendor_image_bg {
    background-color: #f4f4f4;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    display: block;
    margin: 0;
    padding: 30px 20px 20px;
    position: relative;
    width: 100%;
    z-index: 1;
    min-height: 270px;
}
#wcvendor_profile_wrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2;
    width: 100%;
}

#wcvendor_profile_wrap .rh-container {
    margin: 0 auto;
    display: table;
}
.rh-container, .content {
    margin: 0 auto;
    border: none;
    background: none transparent;
    width: 1200px;
    box-shadow: none;
    position: relative;
    clear: both;
    padding: 0;
}
#wcvendor_profile_logo {
    width: 150px;
}
.wcvendor_profile_cell {
    display: table-cell;
    vertical-align: bottom;
    color: #fff;
    text-shadow: 0 0 1px #999;
    padding: 0;
    position: relative;
}
#wcvendor_profile_act_desc {
    padding: 0 20px;
}

.wcvendor_profile_cell {
    display: table-cell;
    vertical-align: bottom;
    color: #fff;
    text-shadow: 0 0 1px #999;
    padding: 0;
    position: relative;
}
#wcvendor_profile_wrap h1 {
    color: #fff;
    text-shadow: 0 1px 1px #666;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 26px;
}
#wcvendor_profile_wrap .rh-container {
    margin: 0 auto;
    display: table;
}
.rh-container, .content {
    margin: 0 auto;
    border: none;
    background: none transparent;
    max-width:90%;
    box-shadow: none;
    position: relative;
    clear: both;
    padding: 0;
}
.wcvendor_store_desc {
    font: italic 14px/18px Arial;
}

.wcvendor-cover-image-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(156,156,156,.1) 30%,rgba(11,11,11,.70) 80%,rgba(0,0,0,.60));
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(156,156,156,.1) 30%,rgba(11,11,11,.70) 80%,rgba(0,0,0,.60));    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b0000000',GradientType=0);
    opacity: .65;
}

#wcvendor_profile_logo img {
    background-color: #fff;
    height: 150px;
    width: auto;
    line-height: 150px;
    position: absolute;
    bottom: -55px;
}

.item-avatar img{
	width: 100px;
}


.clear10{
clear:both;
margin:20px;
}
.listehoraire{
    line-height: 14px;
    font-size: 13px;
}

#search{
	width: 100%;
}

.modal-backdrop{
	display: 	none;
}

.modal{
	z-index: 99999;
}

.showadn{
    display:block!important;
}
.hide{
      display:none!important;
}
.popup{
        padding: 5px;
    border: 1px solid;
    border-radius: 5px;
}
.popupcartbody{
    text-align:     center;
        margin: 50vh;
    background: #fff;
}
#cart{
        position: fixed;
    background: #fff;
    z-index: 999999;
}
.cartlist{
            max-height: 300px;
    width: 300px;
    overflow-y: scroll;
        display: block;
}
.checkout-button a
{
    background: #57ad31;
    padding: 7px;
    color:#fff;
    border-radius: 12px;
}

.checkout-button a:hover
{
    background: #E7650B;

}
.checkout {
    margin-top:5px;
}
table{
    width: 100%;
}
.tabpanier{
    margin: 20px 0;
}
.tabpanier td {
    padding: 5px;
         border: 1px solid #ddd;

}
.tabQTE{
width:15%;
}
.tabPLATS{
width:60%;
}
.tabACTION{
width:25%;
}



/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.box {

}

.box select {
  background: -o-linear-gradient(top, #272727 0%, #171717 46.01%, #101010 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#272727), color-stop(46.01%, #171717), to(#101010));
    background: linear-gradient(180deg, #272727 0%, #171717 46.01%, #101010 100%);
  color: white;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
        padding: 12px 10px;
  width: 200px;
  border: none;
  font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}
.box option{
      background: -o-linear-gradient(top, #272727 0%, #171717 46.01%, #101010 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#272727), color-stop(46.01%, #171717), to(#101010));
    background: linear-gradient(180deg, #272727 0%, #171717 46.01%, #101010 100%);
color:white;
border-radius: 12px;
}
.box::before {

  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
  padding: 30px;
}


.svghome {
    max-width: 800px;
    margin: 0 auto;
    padding:20px 20px 100px 20px;
    text-align: center;
}
.svghome svg{
    max-height:82vh;
}
.containerfull{
    max-width: 100%;
    width:  100%;
    padding:00px 10px 0 10px;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;

}

.cartbottom{
    display:none;
}



#elementor-mode-switcher {
        position: fixed;
        right: 20%;
    top: 50%;
    width: 30px;
    height: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color:#57ad31!important;
        z-index: 999;
    font-size: 15px;
    line-height: 56px;
    -webkit-box-shadow: 3px 1px 5px rgb(0 0 0 / 10%);
    box-shadow: 3px 1px 5px rgb(0 0 0 / 10%);
    cursor: pointer;
}
#elementor-mode-switcher.width100{
    right:0;
}

#elementor-mode-switcher:hover {
    background-color: #E7650B;
    color: #fff;
}
.iconright, .iconleft{
    margin-left: 8px;
}
.cartright a {
    text-decoration: underline;
}

.cartleft.width100
{
    width:100%;
    padding:0;
}
.cartright.width100
{
    width:0%;
    display: none;
}
.checkout-button a, .cartlistr a{
    text-decoration:none;
}
.box select,
.box option{
    background:#57ad31;

}
/* Mobile */
@media only screen and (max-width: 767px) {

.categoriep h2:target {
    padding-top: 2em!important;
    margin-top: -1em!important;
}

.navbar-nav{
        flex-direction: initial;
}
.btn-cartright {
    display:none;
}

.cartbottom {
    display: block;
    position: fixed;
    bottom: 20px;
    left: calc(50% - 35px);
    background: #57ad31;
    height: 70px;
    padding-top: 13px;
    padding-left: 1px;
    color: #fff;
    width: 70px;
    border-radius: 70px;
    text-align: center;
    z-index: 99;
}

.nbproductcart{
    position: absolute;
    margin-top: 30px;
    padding: 5px;
    min-width: 35px;
    margin-left: -10px;
    border-radius: 30px;
    background: #57ad31;
    border: 1px solid #fff;
}
.cartbottom a:hover, .cartbottom a {
    color: #fff;
}

.cateetablissement{
        display: -webkit-box!important;
    display: -ms-flexbox!important;
    /*display: flex!important;*/
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-flex: 1!important;
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
    overflow: hidden!important;
    -webkit-flex: 1 1 auto!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;

}
.cateetablissement
{
  /*      -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;*/
        overflow-x: auto!important;
    overflow-y: hidden!important;
}
.cartleft{
    width:100%;
}
.cartright{
    width:100%;
    display:none;
}
.cartright.active{
display: block;
    background: #fff;
}

    .collapse:not(.show) {
    display: none!important;
}


ul.wcv_vendorslist {
    width: 100%;
}
ul.listerestaurant {
    display: block;
    padding: 0 40px;
}
.wcv_vendorslist li {
    margin: 20px 0;
}


.filter-btn img{
max-width:44px!important;
}
#plusinfo{
	margin-top: 5px;
	padding:5px 15px;
	background: #57ad31;
	border-color:#57ad31;
	color:#fff;
}
.bordermenu{
	    background: rgb(255, 255, 255);
    width: 100%;
}

.categoriep{
 padding:0 10px!important;
 margin:0;
 max-width: 100%;
}

.categoriep h2{
    margin:20px 0px;
}
    ul.produits {
    display: grid;
    grid-auto-rows: auto;
    grid-gap: 16px;
    grid-template: none;
}

.produit{
 width:100%;
 min-height: 90px;
 float:left;   
     clear: both;
}


.inforesto
{
    margin-bottom: 20px;
}

.inforesto .logo{
    width: 6em;
    height: 4em;
}
.inforesto .row{
        padding: 30px 0 0 20px;
}
.inforesto .logo{
width:25%;
float:  left;
}
.inforesto .info{
    width:75%;
float:  left;
}
.cart-collaterals .cart_totals{
    width: 90%;
}
._cart_btn
{
    width: 80%!important;
    display: block;
    margin: 0 auto;
}


.imgheader{width:100%;
height:150px;
    background-size: cover!important;
    }
    .vertical-align-middle ul{
  overflow-x: scroll;
    display: flex;}
    .vertical-align-middle li{
            margin: 0 10px;
            border-bottom: 1px solid #ccc;
    }
    .vertical-align-middle li .active{
            margin: 0 10px;
            border-bottom: 1px solid #000;
    }
header .col1{
width: 30%;
}
header .col2{
width: 55%;
}
header .col3{
width: 15%;
text-align:     right;
}

._sign_up_btn, ._login_btn{
width:105px;
}
.container{
    padding: 0 10px;
}
    ._logo_wrap ._logo img{
        display:inherit ;
    }

.cart-collaterals .cart_totals tr th, .cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr td {
    padding: 0.857em 0.387em;
}


.navbar{
        padding: 0.5rem 0rem;
}
.mobile{
    display:block;
}
.desktop{
    display:none;
}
._cta_fd_dlvry_crd {
    display: block;
    padding: 40px 30px;
    text-align: center;
}
._cta_fd_dlvry_crd_lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
}
._cta_fd_dlvry_crd_r8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 20px;
}
._cta_fd_dlvry_crd_titl {
    font-size: 30px;
    line-height: 36px;
}
._cta_fd_dlvry_btn {
    padding: 0px 13px;
}
._ftre_fd_dlvry2_top {
    width: 100%;
    margin-bottom: 30px;
}
._ftre_fd_dlvry2_titl {
    font-size: 39px;
    line-height: 50px;
}
._fd_dlvry_srvc_top {
    width: 100%;
    margin-bottom: 40px;
}
._fd_dlvry_srvc_titl {
    font-size: 40px;
    line-height: 48px;
}
._cta_fd_dlvry_crd2 {
    padding: 50px 30px;
    display: block;
}
._cta_fd_dlvry_crd2_lft, ._cta_fd_dlvry_crd2_r8{
    width: 100%;
}
._cta_fd_dlvry_crd2_lft {
    padding-right: 0px;
    text-align: center;
}
._cta_fd_dlvry_crd2:after {
    width: 55%;
}
._fd_dlvry_lctn {
   padding: 0px;
   margin-top: 40px;
}
._fd_dlvry_lctn_r8{
    margin-top: 30px;
}
._fd_dlvry_blg_crd{
    margin-bottom: 30px;
}
._fd_dlvry_app_r8 {
    padding-right: 0px;
    margin-top: 30px;
    text-align: center;
}
._fd_dlvry_ftr_lft_ul {              
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
._fd_dlvry_ftr_lft {
    text-align: center;
    margin-bottom: 30px;
}
._fd_dlvry_ftr_lft img {      
   margin: 0 auto;
}
._fd_dlvry_ftr_itm {
    display: block;
}
._fd_dlvry_ftr_itm_titl {   
    margin-bottom: 20px;
    margin-top: 20px;         
}
._fd_dlvry_ftr_lft a{
    margin-bottom: 20px;
}
}
/* Ipad */
@media only screen and (min-width: 767px) and (max-width: 1020px){
._cta_fd_dlvry_crd {
    padding: 40px 30px;
}
._cta_fd_dlvry_crd_lft {
    padding-right: 0;
}                                                   
._cta_fd_dlvry_crd_inpt input {
    height: 58px;
}
._cta_fd_dlvry_btn {
    padding: 0px 13px;
}
._ftre_fd_dlvry2_top {
    width: 70%;
}
._ftre_fd_dlvry2_titl {
    font-size: 45px;
    line-height: 55px;
}
._fd_dlvry_app_r8 {
    padding-right: 0px;
}
._ftre_fd_dlvry2_top {
    width: 70%;
}
._cta_fd_dlvry_crd2 {
    padding: 60px 60px;
}
._cta_fd_dlvry_crd2:after {
    width: 57%;
    }
._fd_dlvry_lctn {
    padding: 0px;
}
}
/*Ipad +*/
@media only screen and (min-width: 1021px) and (max-width: 1500px){
._cta_fd_dlvry_crd {
    padding: 60px 50px;
}
}


@media only screen and (max-width: 1500px) {}

@media (max-width: 1399px) {
    ._hero_food_input {
        width: 100%;
    }
    ._hero_food_input::-webkit-input-placeholder {
        font-size: 12px;
    }
    ._hero_food_input::-moz-placeholder {
        font-size: 12px;
    }
    ._hero_food_input:-ms-input-placeholder {
        font-size: 12px;
    }
    ._hero_food_input::-ms-input-placeholder {
        font-size: 12px;
    }
    ._hero_food_input::placeholder {
        font-size: 12px;
    }
    ._hero_food_input_btn {
        width: 140px;
        font-size: 12px;
    }
    ._icon::before {
        width: 176px;
    }
    ._food_near_content_title {
        font-size: 16px;
    }
    ._food_near_content_detail {
        font-size: 14px;
    }
    ._detail_clr {
        font-size: 14px;
    }
    ._food_near_content_img {
        width: 100px;
    }
}


/* Desktop/Laptop */


/* Ipad pro */

@media only screen and (max-width: 1199px) {
    ._hero_food_input {
        width: 270px;
    }
    ._hero_food_content_title2 {
        font-size: 50px;
    }
._fd_dlvry_app_r8 {
    padding-right: 0px;
}
}


/* Ipad pro */

@media only screen and (max-width: 991px) {
    ._hero_food_deliver_wrap {
        padding: 30px 0 20px 0;
    }
    ._hero_food_nav {
        text-align: center;
    }
    ._hero_food_nav_item {
        margin: 10px 6px;
    }
    ._hero_food_input {
        width: 100%;
    }
    ._food_near_content {
        margin: 20px 0;
    }
    ._hero_food_deliver_img {
        margin: 0;
    }
    ._food_deliver_img {
        margin: 20px 0;
    }
    ._food_near_title {
        font-size: 26px;
    }
    ._fd_dlvry_app_r8_ul li svg {
    margin-right: 12px;
}
._fd_dlvry_app_r8_ul li {
    margin-right: 15px;
    padding: 10px;
}
}


/* Ipad pro */


/* Ipad/Mobile L */

@media only screen and (max-width: 767px) {




._ftre_fd_dlvry2_tit4 {
    font-size: 35px;
        }


    ._hero_food_content_title {
        font-size: 34px;
    }
    ._hero_food_content_title2 {
        font-size: 38px;
    }
    ._hero_food_content_para {
        font-size: 16px;
    }
    ._hero_food_input {
        width: 100%;
    }
    ._hero_food_community_txt {
        font-size: 16px;
    }
    ._signin_community {
        font-size: 16px;
    }
}


/* Ipad/Mobile L */


/* Mobile */

@media only screen and (max-width: 575px) {
    ._hero_food_content_txt {
        text-align: center;
    }
    ._hero_food_content_title {
        font-size: 30px;
    }
    ._hero_food_content_title2 {
        font-size: 32px;
    }
    ._hero_food_content_para {
        font-size: 14px;
    }
    ._hero_food_input {
        width: 100%;
    }
    ._hero_food_community {
        text-align: center;
    }
    ._hero_food_community_txt {
        font-size: 14px;
    }
    ._signin_community {
        font-size: 14px;
    }
    ._food_near_title {
        font-size: 22px;
    }
    ._fire_img {
        margin: -10px 0 0 0;
    }
    ._food_near_content_img {
        width: auto;
        margin: 20px auto;
    }
    ._food_img {
        padding: 0 20px;
    }
    ._food_img3 {
        padding: 0 45px;
    }
}

@media only screen and (max-width: 420px) {
    ._hero_food_content_title2 {
        font-size: 32px;
        line-height: 50px;
    }
    ._hero_food_input {
        width:100%;
    }
    ._icon {
        display: none;
    }
    ._food_img3 {
        padding: 0 24px;
    }
    ._food_near_content {
        padding: 20px;
    }
}

@media only screen and (max-width: 375px) {
    ._hero_food_input {
        width: 100%;
    }
    ._hero_food_input {
        font-size: 12px;
        padding: 22px 10px;
    }
    ._hero_food_input::-webkit-input-placeholder {
        font-size: 12px;
    }
    ._hero_food_input::-moz-placeholder {
        font-size: 12px;
    }
    ._hero_food_input:-ms-input-placeholder {
        font-size: 12px;
    }
    ._hero_food_input::-ms-input-placeholder {
        font-size: 12px;
    }
    ._hero_food_input::placeholder {
        font-size: 12px;
    }
}

/*---=== RESPONSIVE ===---*/


/*
div#navbarNav.collapse.navbar-collapse {
  display: flex;
  justify-content: flex-end;
}
*/


.navbar-expand-lg .navbar-collapse {

    flex-direction: row-reverse;
}


a.nav-link._hero_food_nav_link._sign_up_btn,a.nav-link._hero_food_nav_link._login_btn {
    background: #E7650B!important;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, a.nav-link._hero_food_nav_link._sign_up_btn:hover, a.nav-link._hero_food_nav_link._login_btn:hover {
    background: #57ad31!important;
}

h3._hero_food_content_title {
  color: #E7650B;
}


   
