

      /*@media only screen and (max-width:  768px){
          .orders-filters{
              display: none;
          }
      }

      @media only screen and (max-width:  991px){
          .orders-filters{
              display: none;
          }
      }*/
.grayscale-05:before{
  position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, .4)
}

a {
  color: #32325d;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #32325d;
  text-decoration: none;
  background-color: transparent;
}

@media only screen and (max-width:  768px){
    .card-status-history-driver{
        display: none;
    }

    .orders-filters{
        display: none;
    }

    .table-web{
        display: none;
    }
}

/*@media only screen and (min-width: 992px){
    .table-mobile{
        display: none;
    }
}*/

#hide-filters{
    display: none;
}

.timeline
{
    position: relative;
}
.timeline:before
{
    position: absolute;
    top: 0;
    left: 1rem;

    height: 100%;

    content: '';

    border-right: 2px solid #e9ecef;
}

[data-timeline-axis-style='dashed']:before
{
    border-right-style: dashed !important;
}

[data-timeline-axis-style='dotted']:before
{
    border-right-style: dotted !important;
}

.timeline-block
{
    position: relative;

    margin: 2em 0;
}
.timeline-block:after
{
    display: table;
    clear: both;

    content: '';
}
.timeline-block:first-child
{
    margin-top: 0;
}
.timeline-block:last-child
{
    margin-bottom: 0;
}

.timeline-step
{
    font-size: 1rem;
    font-weight: 600;

    position: absolute;
    z-index: 1;
    left: 0;

    display: inline-flex;

    width: 33px;
    height: 33px;

    transform: translateX(-50%);
    text-align: center;

    border-radius: 50%;

    align-items: center;
    justify-content: center;
}
.timeline-step svg,
.timeline-step i
{
    line-height: 1.4;
}

.timeline-step-icon
{
    border: 2px solid #e9ecef;
    background: #fff;
}

.timeline-step-xs
{
    font-size: .75rem;

    width: 17px;
    height: 17px;
}

.timeline-step-sm
{
    font-size: .75rem;

    width: 23px;
    height: 23px;
}

.timeline-step-lg
{
    font-size: 1.75rem;

    width: 47px;
    height: 47px;
}

.timeline-content
{
    position: relative;
    position: relative;
    top: -6px;

    margin-left: 60px;
    padding-top: .5rem;
}
.timeline-content:after
{
    display: table;
    clear: both;

    content: '';
}

.timeline-body
{
    padding: 1.5rem;
}

@media (min-width: 992px)
{
    .timeline:before
    {
        left: 50%;

        margin-left: -2px;
    }
    .timeline-step
    {
        left: 50%;
    }
    .timeline-content
    {
        width: 38%;
    }
    .timeline-body
    {
        padding: 1.5rem;
    }
    .timeline-block:nth-child(even) .timeline-content
    {
        float: right;
    }
    [data-timeline-axis-color='primary']:before
    {
        border-color: #5e72e4;
    }
    [data-timeline-axis-color='secondary']:before
    {
        border-color: #f7fafc;
    }
    [data-timeline-axis-color='success']:before
    {
        border-color: #2dce89;
    }
    [data-timeline-axis-color='info']:before
    {
        border-color: #11cdef;
    }
    [data-timeline-axis-color='warning']:before
    {
        border-color: #fb6340;
    }
    [data-timeline-axis-color='danger']:before
    {
        border-color: #f5365c;
    }
    [data-timeline-axis-color='light']:before
    {
        border-color: #adb5bd;
    }
    [data-timeline-axis-color='dark']:before
    {
        border-color: #212529;
    }
    [data-timeline-axis-color='default']:before
    {
        border-color: #172b4d;
    }
    [data-timeline-axis-color='white']:before
    {
        border-color: #fff;
    }
    [data-timeline-axis-color='neutral']:before
    {
        border-color: #fff;
    }
    [data-timeline-axis-color='darker']:before
    {
        border-color: black;
    }
}

.timeline-one-side:before
{
    left: 1rem;
    display:inline-block;
}

.timeline-one-side .timeline-step
{
    left: 1rem;
}

.timeline-one-side .timeline-content
{
    width: auto;
}

@media (min-width: 992px)
{
    .timeline-one-side .timeline-content
    {
        max-width: 30rem;
    }
}

.timeline-one-side .timeline-block:nth-child(even) .timeline-content
{
    float: none;
}

.custom-nav{
    background-color: #fff;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.sidenav-cart {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    /*opacity: 0.95;*/
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }

  #cartList{
    overflow-y: auto;
    max-height: 470px;
  }

  #new_address_checkout_body{
    overflow-y: auto;
    max-height: 600px;
  }

  .sidenav-cart-open{
      display: block;
  }

  .sidenav-cart-close{
      display: none;
  }

  .sidenav-cart a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidenav-cart a:hover {
    color: #f1f1f1;
  }

  .sidenav-cart .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  /*@media screen and (max-height: 450px) {
    .sidenav-cart {padding-top: 15px;}
    .sidenav-cart a {font-size: 18px;}
  }*/

@media (min-width: 576px)
{
    .sidenav-cart
    {
        max-width: 430px;
    }
}
@media (min-width: 768px)
{
    .sidenav-cart
    {
        max-width: 430px;
    }
}
@media (min-width: 992px)
{
    .sidenav-cart
    {
        max-width: 430px;
    }
}
@media (min-width: 1200px)
{
    .sidenav-cart
    {
        max-width: 430px;
    }
}


 .minicart-content .minicart-heading > h4 {
    margin-bottom: 0;
    padding-bottom: 25px;
  }

.minicart-content .minicart-list {
    max-height: 310px;
    position: relative;
    overflow: auto;
  }

  .minicart-content .minicart-list > li {
    padding-bottom: 30px;
  }

.minicart-content .minicart-list > li:last-child {
    padding-bottom: 0;
  }

.minicart-content .minicart-list > li.minicart-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .minicart-content .minicart-list > li.minicart-product > a.product-item_remove {
    position: absolute;
    right: 15px;
  }

.minicart-content .minicart-list > li.minicart-product .product-item_img {
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    max-width: 70px;
  }

 .minicart-content .minicart-list > li.minicart-product .product-item_content {
    -webkit-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 20px;
    padding-right: 10px;
  }

  @media (max-width: 479px) {
    .minicart-content .minicart-list > li.minicart-product .product-item_content a.product-item_title {
      font-size: 14px;
    }
  }

  .minicart-content .minicart-list > li.minicart-product .product-item_content .product-item_quantity {
    display: block;
    padding-top: 10px;
  }
  .offcanvas-menu-inner{
    padding: 0 52px 0 52px;
  }

.glyphicon-lg{
    font-size:4em
}

.info-block{
    border-right:5px solid #E6E6E6;margin-bottom:25px
}

.info-block .square-box{
    width:100px;
    /*min-height:90px;*/
    min-height:105px;
    height: 80px;
    margin-right:22px;
    text-align:center!important;
    background-color:#676767;
    /*padding:20px 0*/
}

.info-block.block-info{
    border-color: #5e72e4;
}

.info-block.block-info .square-box{
    background-color:#5e72e4;color:#FFF
}



/*-------- 2.3 Strip item --------*/
.strip {
    position: relative;
    margin-bottom: 30px;
  }
  .strip figure {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    height: 200px;
    background-color: #ededed;
  }

  .strip_city figure {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    height: 300px;
    background-color: #ededed;
  }

  .strip figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    z-index: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .strip figure:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }

  .strip figure a.strip_info {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    display: block;
  }
  .strip figure a.strip_info > small {
    position: absolute;
    background-color: black;
    background-color: black;
    left: 15px;
    top: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 8px 4px 8px;
    line-height: 1;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .strip figure .item_title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 65px 15px 10px 15px;

  }
  .strip figure .item_title h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  .strip_item_title h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  .strip figure .item_title small {
    font-weight: 500;
    line-height: 1;
    font-size: 13px;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .strip ul {
    padding: 0;
    margin: 0;
  }
  .strip ul li {
    display: inline-block;
    padding-top: 12px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .strip ul li:last-child {
    padding: 0;
    float: right;
  }

  .ribbon {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    position: absolute;
    top: 12px;
    right: 15px;
    padding: 7px 8px 4px 8px;
    font-weight: 600;
    min-width: 40px;
    z-index: 9;
  }
  .ribbon.off {
    background-color: #ff3300;
  }

  .score strong {
    background-color: #f0f0f0;
    line-height: 1;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
    padding: 10px 10px 8px 10px;
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .score span {
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 8px;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: right;
    line-height: 1.1;
    font-weight: 500;
  }
  .score span em {
    display: block;
    font-weight: normal;
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .loc_open, .loc_closed {
    position: relative;
    top: -2px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 2px 8px;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }

  .loc_open {
    color: #32a067;
    border: 1px solid #32a067;
  }

  .loc_closed {
    color: #eb5c65;
    border: 1px solid #eb5c65;
  }

  .take, .deliv {
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
    font-weight: 500;
    color: #444;
  }
  .take:before, .deliv:before {
    font-size: 16px;
    font-size: 1rem;
    font-family: "ElegantIcons";
    content: "\e013";
    position: absolute;
    line-height: 1;
    font-weight: normal;
  }
  .take.no, .deliv.no {
    text-decoration: line-through;
    color: #bbb;
  }

  .take:before {
    content: "\e013";
    left: 0;
    top: -1px;
  }
  .take.no {
    text-decoration: line-through;
    color: #bbb;
  }

  .deliv {
    padding-left: 30px;
    margin-right: 0;
  }
  .deliv:before {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'food';
    content: '\0074';
    left: 0;
    top: -4px;
  }

/*Mobile menu front*/
.mobile-menu{
    display: none;
}

@media (max-width: 991.98px){
    .mobile-menu{
        display: block;
    }

    .web-menu{
        display: none;
    }
}

.masthead {
    height: 400px;
    min-height: 400px;
    /*background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.avatar-custom{
    font-size: 1rem;

    display: inline-flex;

    width: 48px;
    height: 48px;

    color: #fff;

    background-color: #adb5bd;

    align-items: center;
    justify-content: center;
}

.avatar-custom img{
    width: 100%;
}

#map_location, #map_area{
    height: 500px !important;
    width: 100% !important;
}

#map2{
    height: 400px !important;
    width: 100% !important;
}

#map3{
    height: 220px !important;
    width: 100% !important;
}

.container-pages, #container-restorant{
    min-height: 300px !important;
}

#address-complete-order{
    padding-top: 45px;
}

[v-cloak] {
    display: none;
}

.container-payment{
    min-height: 550px !important;
}

.payment-image {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
  }

.payment-image:hover {
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    cursor: pointer;
  }


  .blob {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 10px;
    width: 10px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
  }

  .blob.red {
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
  }

  .blob.redstatic {
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  }

  @keyframes pulse-red {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
  }

  .blob.green {
    background: rgba(51, 217, 178, 1);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
    animation: pulse-green 2s infinite;
  }

  .blob.greenstatic {
    background: rgba(51, 217, 178, 1);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
  }

  @keyframes pulse-green {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
  }


  .blob.orange {
    background: rgba(255, 121, 63, 1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
    animation: pulse-orange 2s infinite;
  }
  .blob.orangestatic {
    background: rgba(255, 121, 63, 1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
  }

  @keyframes pulse-orange {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
  }


  /**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#main-content{
    min-height: 350px !important;
}

#address_map, #new_address_map, #new_relay_point_map, #display_relay_point_map {
    height: 280px;
}

/*Pagination mobile responsive*/
@media screen and ( max-width: 520px ){

    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:last-child,
    .page-item.active {

        display: block;
    }
}
/*Pagination mobile responsive end here*/

/*Restaurant content*/
/*#restaurant-content{
    min-height: 350px !important;
}

@media screen and ( max-width: 520px ){
    #restaurant-content{
        min-height: 650px !important;
        margin: auto;
    }
}*/

/*Restaurant content end here*/

#clear_area{
    display: none;
}

#search_location:hover{
    color: #ec0c38;
}

.search-icon {
  display: inline;
  vertical-align: text-bottom;
  min-width: 10px;
  margin-right: 20px;
}

.search {
  color: #b80d55;
  fill: #b80d55;
}

.pac-container {
    background-color: #FFF;
    z-index: 100001;
    position: fixed;
    display: inline-block;
    float: left;
}
.modal{
    z-index: 100001;
}
.modal-backdrop{
    z-index: 100000;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 144px;
    z-index: 1000;
  }

  @media only screen and (max-width: 950px) {
    .sticky {
      top: 70px;
    }
 }


.nav-item-category{
    padding-bottom: 10px;
    padding-top: 8px;
}

.tabbable .nav-pills {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
 }
 .tabbable .nav-pills .nav-link {
   white-space: nowrap;
 }

 #scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 46px;
    left:46%;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2%;
    border-radius: 15px ;
    background: #23d9a3;
  }

  #scrollTopBtn:hover {
    background-color: #00d19e;
  }

  .btn-time-to-prepare{
    margin-top: 5px;
    width: 69px !important;
  }

  .city_title{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 16px;
    font-size: 1.5rem;
  }

  .city_letter{
    position: absolute;
    bottom: 0px;
    display: block;
    left: 0px;
    margin-left: -16px;
    margin-bottom: -90px;
    font-size: 14rem;
    font-weight:700;
    font-family: sans-serif;
  }

  .strip figure .city_letter {
    opacity: 0%;
    text-transform:uppercase;
    transition:opacity 0.8s;
    z-index: 1;
  }

  .strip figure:hover .city_letter {
    opacity: 70%;

    transition:opacity 0.8s
  }



  .strip figure .city_title {
    opacity: 100%;
    transition:opacity 0.8s;
    z-index: 1;
  }
  .strip figure:hover .city_title {
    opacity: 50%;
    transition:opacity 0.8s
  }





  .super_title {
    font-size: 11rem;
    opacity: 6%;
    margin-top: -11rem;
    padding: 0;
    margin-bottom: -5.8rem;
  }


#navbar_global li a{
    border-radius: 30px;
    color:#0067a0;
}

#navbar_global li a.btn-cart{
    color: #00d19e ;
}

#navbar_global li a:hover,
#navbar_global li a.btn-cart:hover{
    box-shadow: inherit;
    /*border-color: #227ba0;
    background: #0067a0;*/
    color: white;
}

#navbar_global li a.btn-cart:hover{
    background: #00d19e;
    border-color: #75d1a6;
}

.strip_city .city_letter,
.strip_city .city_letter:hover{
    color: #00d19e !important;
}

.restaurant-name-front{
    font-size: 3.2rem;
}

.restaurant-name-front i{
    color:#00d19e;
    cursor: pointer;
}

body .footer .submit-my-shop{
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 0.5rem;
}
body .footer .submit-my-shop a#submit-my-shop-link{
    color:#0067a0  !important ;
    font-weight: 400;
}

.submit-my-shop a i {
    color: #00d19e;
}

body .footer .nav .submit-my-shop a#submit-my-shop-link:hover{
    color: #00d19e !important;
}

#carouselCover{
    z-index: -1;
}
.section-search-separator{
    background-image: url("../img/mobile/separator.png");
    background-size:172% ;
    background-position: center top;
    background-repeat: no-repeat ;
    height: 54px;
    margin-top: -29px;
}
.section-search{
    background-color: #0067a0;
    padding-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight:700;
    margin-top: -20px;
}

.section-search .subtile-search{
    color: white;
    width: 80%;
    font-size: 2rem;
    text-align: center;
    font-style: italic;
    margin: 0 auto;
}

.semantic-search form{
    color: white;
    font-size: 1.4rem;
    font-style: italic;
    text-align: center;
    line-height: 1.6rem;

}
.semantic-search form .firstline,
.semantic-search form .secondline{
    margin: 1rem auto;
    text-align: center;
}

.semantic-search form input{
    background: none;
    border: none;
    color: white;
    width:12rem;
    padding-left: 0.6rem;
    text-align: left;
    border-bottom: 1px solid #00ccb3;
}

#searchbox.shake{
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg) scale(1.5); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.semantic-search form input:focus{
    outline-width: 0;
    outline: none;
    border-bottom: 1px solid white;
}

.slider-tags{
    width: 100%;
    margin-top: 1rem;
}
.semantic-search form input::-webkit-input-placeholder,
.semantic-search form input::placeholder{
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding-right: .15em;
    white-space: nowrap;
    color: #00ccb3;
}

.semantic-search form input::placeholder{
    color: #00ccb3;
    opacity: 1;
}

.semantic-search form input:not(:placeholder-shown) {
    border-bottom: 1px solid white;
}

.semantic-search form input:focus::placeholder,
.semantic-search form input:focus::-webkit-input-placeholder {
    -webkit-transform: translateY(-125%);
    font-size: 75%;
    opacity: 0.05;
    color: white;
}
.semantic-search form input.imitatefocus::placeholder,
.semantic-search form input.imitatefocus::-webkit-input-placeholder {
    -webkit-transform: translateY(-125%);
    opacity: 0.05;
}
#getMyloc{

    display: inline-block;
    padding: 5px;

    border-radius: 4px;
    color: #adb5bd;
    background-size: 100%;
    cursor: pointer;
    height: 1.8rem;
    width: 1.6rem;

    background-image: url("../img/picto.png");
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom;
}

#getMyloc.active{
    background-image: url("../img/picto_active.png");
}

.btn-search{
    background-image: url("../img/button.png");
    background-repeat: no-repeat;
    width: 60%;
    height: 3rem;
    background-size: 80%;
    background-position: center;
    background-color: #00ccb3;
    box-shadow: 0 0 0 0 #f0f0f0, 0 0 0 0 rgba(90, 153, 212, 0.7);
    animation: pulse 2s infinite cubic-bezier(0.66, 0.33, 0, 1);
    border-radius: 25px;
    margin-top: 1rem;
}

.btn-search:hover {
    animation-play-state: paused;
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 10px transparent, 0 0 0 20px rgba(90, 153, 212, 0);
    }
}


/* DESKTOP FAKE APP */
.main-container-desktop::before{
    font-family: Roboto, sans-serif;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url("../img/bg-design.png") no-repeat scroll center bottom/cover;
    z-index: -1;
}

.main-container-desktop .logo-desk{
    width: 400px;
}

.main-container-desktop {
    min-height: 100vh;
    background: linear-gradient(-45deg, rgba(0, 109, 165, 0.9), rgba(0, 210, 159, 0.7), rgba(0, 109, 165, 0.9), rgba(0, 210, 159, 0.7));
    background-size: auto;
    background-size: 500% 500%;
    -webkit-animation: Gradient 50s ease infinite;
    animation: Gradient 50s ease infinite;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-family: Roboto, sans-serif !important;
}

.desktop-title{
    font-size: 2.2rem;
    color: white;
    margin: 1.5rem 0 1rem;
}

.desktop-subtitle{
    font-size: 1rem;
    color: white;
}
.btn-unblur {
    background-color: #006ca5;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 2rem;
    font-weight: 500;
    color: #fff;
    border-radius: .275rem;
    line-height: 4rem;
    transition: .2s linear all;
}

.btn-unblur:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.btn-unblur.shop-register{
    color: #fff;
    background-color: #00d29f;
}
.btn-unblur.shop-login{
    color: #006ca5;
    background-color: white;
}

.phone{
    flex-shrink: 0;
    background: url("../img/iphone-x-frame.png");
    width: 420px;
    padding-right: 26px;
    height: 838px;
    background-size:100%;
    overflow: hidden;
}

.mockup-wrapper{
    position: relative;
    align-self: center;
    margin: -3.5rem 0 0 12rem;
}

.mockup-wrapper iframe {
    height: 791px;
    width: 390px;
    display: block;
    border-radius: 14px;
}

.topbarphone{
    background: black;
    position: absolute;
    top: 20px;
    left: 30px;
    height: 7px;
    width: 347px;
}

.iframe-overflow{
    overflow: hidden;
    width: 375px;
    margin-top: 27px;
    border-radius: 12px 12px 31px 31px;
    margin-left: 22px;
}

.navbar-brand{
    margin: 0;
}

.navbar-horizontal .navbar-brand{
    margin: 0 auto;
}


.section-search-separator-list{
    height: 89px;
    background: white;
}


.section-restorant-cover-mob{
    position: absolute;
    top: 0;
    left: 0;
    height: 240px;
    width: 100%;
    background-size: 100%;
}

.section-restorant-cover-mob-mask{
    position: absolute;
    top: 0;
    left: 0;
    height: 240px;
    width: 100%;
    background: rgb(36,36,36);
    background: linear-gradient(180deg, rgba(36,36,36,1) 0%, rgba(255,255,255,0) 50%, rgba(36,36,36,0.7) 100%);
}
.logo-wrapper{
    width: 125px;
    height: 125px;
    margin: 0 auto;
}
.profilepic-restorant{
    width: 125px;
    height: 125px;
    border-radius: 250px;
    border: 5px solid white;

    background-color: #fff;
}

.glossypp{
    background: url("../img/mobile/glossy_pp.png");
    width: 125px;
    position: absolute;
    height: 125px;
    top: 2px;
    background-size:100%;
    background-repeat: no-repeat;
}

.restorant-title{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #062953;
    font-size: 1.6rem;
    margin-top: 1.5rem;
}

.restorant-subtitle{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #000;
    font-style: italic;
    font-size: 1rem;
    line-height: 1rem;
}

.detail-restorant{
    background: url("../img/mobile/separator_store.png");
    background-position: top center;
    background-size: 100%;
    padding: 155px 0 20px;
    background-repeat: no-repeat ;
    background-position-y: 225px;
}

.voir-plus{
    font-style: italic;
    text-decoration: underline;
    font-size: 12px;
    display: block;
    margin-top: -6px;
}

.state-oppening{
    background:#00d29f;
    padding:5px 5px;
    border-radius: 25px;
    box-shadow: 0 0 0 0 #f0f0f0, 0 0 0 0 rgba(0, 210, 159, 0.7);
    animation: pulsegreen 2s infinite cubic-bezier(1, 0.55, 0, 1);
    position: absolute;
    z-index: 999;
    top: 110px;
    right: 25px;
}

@keyframes pulsegreen {
    to {
        box-shadow: 0 0 0 10px transparent, 0 0 0 20px rgba(0, 210, 159, 0);
    }
}

.color-turquoise{
    color:#00d29f;
}

.text-thin{
    font-weight: 200;
}

.detail-restorant .adress{
    font-size: 13px;
}

.detail-restorant .subittle-part{
   font-size: 14px;
   font-family: Roboto, sans-serif;
}

.megacontainer{
    overflow: hidden;
}


body .navbar-brand img.default{
    display: block;
}

body .navbar-brand img.logowhite{
    display: none;
}



body.white_logo .navbar-brand img.default{
    display: none;
}

body.white_logo .navbar-brand img.logowhite{
    display: block;
}

body.white_logo .custom-nav{
    background: none;
    box-shadow: none;
}

/* variants hide */

#variants-area-inside .btn-outline-primary:hover{
    background: #2e5aaf;


}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle{
    background-color: #062953;
}

.container-restorant h1{
    font-size: 1.2rem;
}

.result-search{
    font-size: 1.4rem;
}


.navbar-detailrestorant{
    z-index: 1;
}
.navbar-detailrestorant i{
    font-size: 1.2rem;
    color:white;
    display: inline-block;
    border-radius: 60px;
    border: 1px solid #fff;
    padding: 0.5em 0.6em;
}

.header-restorant i{
    font-size: 1.5rem;
    color:white;
    display: inline-block;
    border-radius: 60px;
    border: 1px solid #23d9a3;
    width: 38px;
    height: 38px;
    background-size: 38px;
    position: absolute;
    background-color: white;
    background-repeat: no-repeat;

}

.header-restorant .ilk-phone{
    top:54px;
    background-image: url('../img/phone.png')  ;
}

.header-restorant .ilk-info{
    top:50px;
    right:13px;
    background-image: url('../img/info.png')  ;

}
.operation-wrapper{
    width: 100%;
    position: relative;
    height: 115px;
    overflow: hidden;
}

#modal-operations-fente{
    position: absolute;
    bottom: 0px;
    width: 95px;
    height: 22px;
    background: url('../img/operations_sprite.png');
    background-size: 213%;
    background-position: 106px bottom;
    z-index: 1;
}
#modal-operations-card{
    background: url('../img/operations_sprite.png');
    background-size: 247%;
    width: 90px;
    height: 111px;
    position: absolute;
    top: 106px;
    left: 3px;
    z-index: 0;
}

.short-descr-restorant p{
    font-size: 0.8rem;
    text-align: center;
}
.badges-ilk{
    margin: 0 auto;
}
.badge-com{
    background-image: url(../../uploads/settings/badge_sprite_large.png);
    width:53px;
    height: 53px;
    display: inline-block;
    border-radius: 55px;
}
#gomap.android{
    display: none;
}
#restaurant-content{
    margin-top: 425px;
    z-index : 5;
}

.container-restorant{
    background-color: #f4f4f4;
    padding: 0;
}

.separator-catalog{
    background-image:url("../img/mobile/separator_store2.png");
    height: 15px;
    width: 100%;
    background-size: 100%;
    background-position: bottom;
}
.container-restorant .nav-pills .nav-item{
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.container-restorant .nav-pills .nav-link{
    border-radius: 30px;
    margin: 0 3px;
    color:#062953;

}
.container-restorant  .nav-pills .nav-link.active{
    background-color: #23D9A3;
    color: white;
}

.container-restorant #selectCat.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #f4f4f4;
    z-index: 99;
    overflow-x: auto;
    border-bottom: 1px solid #cdcdcd;

}

.container-restorant .category-name{
    text-align: center;
    font-size: 1.4rem;
    margin-top: 1rem;
    font-family: Roboto,sans-serif;
    font-weight: 300;
}

.topbar-fixed{
    position: fixed;
    z-index: 3;
    width: 100%;
}

.item-catalog{
    width: 50%;
    font-family: Roboto,sans-serif;
}

.item-catalog-inner{
    padding: 5px;
}

.item-catalog .res_txt{
    padding: 0 3px;
    height: 105px;
}
.item-catalog .res_title{
    font-size: 0.9rem;
    font-weight: 300;

    display: block;
    border-bottom: 1px solid #f5f5f5;
}

.item-catalog-detail{
    background: white;
    border-radius: 9px;
    overflow: hidden;
}

.item-catalog .res_description{
    font-size: 0.7rem;
    line-height: 0.8rem;
}

.item-catalog-inner .strip{
    margin-bottom: 0px;

}

.item-catalog-inner .strip figure{
    height: 109px;
}

.catalog.boxprint .catalog-title.active{
    padding-top: 150px;
}

.item-catalog-inner .res_price{
    border-top: 1px solid #f5f5f5;
    display: block;
    text-align: center;
    background:#23D9A3;
    color:white;
}
.modal-info-store .modal-header{
    border: 0;
    width: 100%;
    position: relative;
    padding-top: 4px;
}

.modal-info-store .close-modal-store{
    right: 5px;
    top: 5px;
    border: none;
    color:rgba(0, 0, 0, 0.35);
    background: none ;
    font-size: 1.5rem;
    position: absolute;
    z-index: 99;
}

.modal-info-store .modal-body .card{
    border-top: none;
}


.container-relative{
    width: 100%;
    position: relative;
}

.fixed-container{
    width: 100%;
    position: fixed;
    top: 0;
}
.top-header-sticky{
    padding-bottom: 5px;
    height: 0px;
    display: none;
    overflow:hidden;
    margin-bottom: 5px;
    border-bottom: 1px solid #cdcdcd;
}

.top-header-sticky a{
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
}
.top-header-sticky i{
    font-size: 24px;
    color:#062953;
    display: inline-block;

    text-align: center;
    padding: 15px 12px;
}

.top-header-sticky h1{
    padding: 10px 0 3px 10px;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 25px;
    color:#062953;
    line-height: 35px;
    margin-bottom: 0;
}

.panier-in-store{
    position: fixed;
    bottom: 0;
    left: 0;
    background: #23d9a3;
    font-size: 1.1rem;
    font-family: Roboto, sans-serif;
    color: #062953;
    padding: 15px 0;
    width: 100%;
    z-index: 999;
    display: none;
}

#restaurant-content{
    padding-bottom: 0;
}

.labels-univers{
    color: white;
    font-family: Roboto,sans-serif;
    font-size: 11px;
    width: 80%;
    margin: 4px auto 8px;
    font-weight: 300;
    text-align: center;
}

.payment-list li{
    list-style-type: none;
    font-size:13px;
}

#ambassadeur-licence{
    position: absolute;
    top: -69px;
    right: 38%;
    width: 300px;
    height: 69px;
    background-image: url("../img/ambassadeur_licence.png");
    background-size: auto;
    background-size: 300px;
}

