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


h1,h2,h3,h4,h5,h6{
  white-space: initial;
}


span.green-letters {
  color: #2dce89 !important;
  font-weight: bold !important;
  font-size: small !important;
}
span.blue-letters {
  color: #5ea0e4 !important;
  font-weight: bold !important;
  font-size: small !important;
}
span.red-letters {
  color: #d01e1e !important;
  font-weight: bold !important;
  font-size: small !important;
}
div.strip > span.res_title > b > a {
  color: #17243e;
}
header.masthead > div > div > div:nth-child(2){
  padding: 0px 30px !important;
  background: rgb(255 255 255 / 90%) !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
}
nav.fixed-top {
  background-color: rgb(255,255,255,0.8) !important;
}
nav.fixed-top.custom-nav {
  background-color: rgb(255,255,255) !important;
}
@media only screen and (max-width: 991px){
  .header {
    padding-bottom: 100px !important;
  }
  .header > .container > .header-body > div > .navbar-brand > img {
    display:none !important;
  }
  section.section > div.container.mt--350 > h1 {
    margin-top: 22px !important;
  }
}
@media only screen and (max-width: 1200px){
  #liveorders > .col-xl-4 {
    margin-bottom: 10px !important;
  }
}
img.logotype {
  max-height: 64px !important;
  height: 64px !important;
}
.custom-toggle-slider {
  border: 1px solid #ef4755 !important;
}
.custom-toggle input:checked + .custom-toggle-slider:before {
  background: #ef4755 !important;
}
.btn-red-letters.only-letters:hover {
  background-color: transparent !important;
}
.navbar-toggler > .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(30, 161, 155, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
#button-filters, .btn-red-letters, div.strip > span.res_mimimum > span.prices {
  color: #46b8a9 !important;
}
.line-red-right {
  border-right-color: #ef4755 !important;
}
div.strip > span.res_description {
  font-size: 13px !important;
  display: block !important;
  height: 125px;
}
#tabs-icons-text > .nav-item > .nav-link.active {
  background: #46b8a9 !important;
  color: white !important;
}
#tabs-icons-text > .nav-item > .nav-link {
  background: white !important;
  color: #46b8a9 !important;
}

.bg-gradient-default{
    background: linear-gradient(87deg, #0e716d 0, #065451 100%) !important;
}

.bg-secondary .btn-danger{
    border-color: #46b8a9 !important;
    background-color: #46b8a9 !important;
}

.btn-red-letters:hover {
  background-color: white !important;
  color: #3eccb9 !important;
  border-color: white !important;
}
.fixed-content-checkout {
  position: fixed !important;
  width: 40% !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
  border-color: #46b8a9 !important;
  background-color: #46b8a9 !important;
}


.find-your-meal {
  background-color: #46b8a9 !important;
  border-color: #46b8a9 !important;
}
.find-your-meal:hover {
  background-color: #3eccb9 !important;
}

.bg-gradient-primary{
    background: linear-gradient(87deg, #46b8a9 0, #0e948a 100%) !important;
}

.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: #17243e;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #17243e;
  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;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: #46b8a9 !important;
}

#productModal{
  z-index: 107222;
}

#orderComplements{
  z-index: 107223;
}

.complementImg{
  max-height: 120px !important;
}

/*FAQ*/
.btn_faq{
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background-color:#46b8a9;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-transform: initial;
  font-size: 18px;
}

.btn_faq:hover{
  background-color:#46b8a9;
  color: #fff;
}

.text_faq{
  padding: 1rem;
}

.text_faq p{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}



@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;
  }

  #cartList1{
    overflow-y: auto;
    max-height: 400px;
  }

  #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
}

.btn-cart{
    color: #5e72e4 !important;
}

.btn-cart:hover{
    color: #212529 !important;
    border-color: white !important;
    background-color: white !important;
}


/*-------- 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 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{
    height: 500px !important;
    width: 100% !important;
}

#map2{
    height: 400px !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 {
    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;
}

.cart-select-letters{
  font-size: 17px !important;
  font-weight: bold !important;
}

.notify-badge{
  position: absolute;
  right:-20px;
  top:10px;
  background:red;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color:white;
  padding:5px 10px;
  font-size:20px;
}

/*Whatsapp button*/
.whats_icon_2 {
  position: relative;
  width: 40px;
  height: 40px;
  bottom: 68px;
  right: 30px;
  background-color: #25D366;
  color: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 2px 2px 3px #424242;
  z-index: 9999;
  cursor: pointer;
}



.whats_icon_2:hover {
  background: #40ea37;
}

.whats_icon_2:focus {
  background: #25D366;
}


.whats_icon_2 img {
  width: 20px;
  margin-top: 10px;
  margin-left: 10px;
}

/*Whatsapp button*/
.whats_icon {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 68px;
    right: 30px;
    background-color: #25D366;
    color: #FFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 2px 2px 3px #424242;
    z-index: 9999;
    cursor: pointer;
}


  
.whats_icon:hover {
    background: #40ea37;
}
  
.whats_icon:focus {
    background: #25D366;
}
  
  
.whats_icon img {
    width: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

/*etiqueta no disponible*/
.not_available{
  position: absolute;
  top: 0;
  right: 0;
  background: #d01e1e;
  color: #fff;
  padding: 0px 4px;
  font-size: 12px;
  font-weight: bold;
  z-index: 99;
}

.billing_div{
  border: 3px dashed #7c7c7c;
  border-radius: 10px 10px 10px 10px;  
}
.billing_div_padding{
  margin:5px;
}


.green_color{
  color: #46b8a9 !important;
}

@media (max-width: 600px) {
    .btn_back_list{
      display: block;
  }
  .text_security{
    display: block !important;
    text-align: center;
    margin-top: 10px;
  }
}


/*Ajustes Restaurante
  Platillos Estilo
*/

.strip figure{
  background-color: initial;
}

.card_resp{
  border: 0;
  padding-bottom: 7px;
}

.card_resp .card-body{
  padding: 0;
}

.res_description{
  font-size: 14px;
}


/*modal cart*/
.btn_add_cart{
  margin-top: 53px;
  width: 100%;
  text-transform: initial;
}

.inp_extra{
  max-width: 198px;
} 

.btn_extra{
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background-color:#fff;
  color: #525f7f;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-transform: initial;
  font-size: 15px;
}

.btn_extra:hover{
  color: #525f7f;
}

.text_extra label{
  font-size: 13px;
}





/*-------- New Strip item Restaurant --------*/
.stripimg {
  position: relative;

}

.stripimg figure {
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  height: 181px;
}

.stripimg 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;
}
.stripimg 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);
}


.coverage_text{
  display: table;
  padding:5px;
  border: 2px solid rgba(242, 142, 36,0.4);
  border-radius: 10px 10px 10px 10px;
  background: rgba(242, 142, 36,0.1); 
}

.social_footer_f{
  background-color: #4267B2;
  color: #fff;
  padding: 2px 9px;
  border-radius: 50%;
}


.social_footer_f:hover{
  background-color: #365899;
  color: #fff;
}


.social_footer_i{
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: #fff;
  padding: 2px 7px;
  border-radius: 50%;
}

.social_footer_i:hover{
  background-color: #df20a2;
  color: #fff;
}

.chipStatus {
  display: inline-block;
  padding: 0 25px;
  height: auto;
  font-size: 13px;
  line-height: 22px;
  border-radius: 15px;
  background-color: #f1f1f1;
  border: 2px solid #2c90ca;
}

.chipStatus i { 
  color:#2c90ca !important;
}

.chip {
  display: inline-block;
  padding: 0 25px;
  height: auto;
  font-size: 13px;
  line-height: 22px;
  border-radius: 15px;
  background-color: #f1f1f1;
  border: 2px solid #30a397;
}

.chip i { 
  color:#30a397 !important;
}

.chipSorry {
  display: inline-block;
  padding: 0 25px;
  height: auto;
  font-size: 13px;
  line-height: 30px;
  border-radius: 15px;
  background-color: #f1f1f1;
  border: 2px solid #d37c18;
}

.chipSorry i { 
  color:#d37c18 !important;
}

.chipSorryMEssagesLive {
  display: inline-block;
  padding: 10px 10px;
  height: auto;
  font-size: 13px;
  line-height: 18px;
  border-radius: 15px;
  background-color: #f1f1f1;
  border: 2px solid #d37c18;
  margin-top:5px;
  margin-bottom: 5px;
}


.title_prof{
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 0;
  white-space: initial;
}


.btn_more_fact{
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background-color:#46b8a9;
  color: #fff;
  text-transform: initial;
  font-size: 18px;
}

.btn_more_fact:hover{
  background-color:#3eccb9;
  color: #fff;
}

.btn_more_fact1{
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background-color:#46b8a9;
  color: #fff;
  text-transform: initial;
  font-size: 12px;
}

.btn_more_fact1:hover{
  background-color:#3eccb9;
  color: #fff;
}

.arrow_profile{
  float: right;
  font-size: 22px;
}

.text_security{
  background: #ff5252;
  display: table;
  padding: 2px 13px;
  color: #fff;
  font-size: 16px;
}

.not_available_order{
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    /* IE 5-7 */
    filter: alpha(opacity=50);
  
    /* Netscape */
    -moz-opacity: 0.5;
  
    /* Safari 1.x */
    -khtml-opacity: 0.5;
  
    /* Good browsers */
    opacity: 0.5;

}

.disable_prod a{
  color: #dcdcdc !important;
}

.disable_prod a:hover{
  color: #dcdcdc !important;
}


.disable_prod{
  color: #dcdcdc !important;
}

.disable_prod span{
  color: #dcdcdc !important;
}

.disable_prod span:hover{
  color: #dcdcdc !important;
}

.title_dish{
  font-size: 26px;
}

.btn_validate_of {
  background-color: #46b8a9 !important;
  border-color: #46b8a9 !important;
  color: #fff;
  padding: 11px 11px;
  font-size: 12px;
}

.btn_validate_of:hover {
  color: #fff;
  background-color: #3eccb9 !important;
}

.avatar{
  background-color: initial;
}


.bg{
  background-image: url('../img/login_b.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.bg_verify{
  background-image: url('../img/bg_verify.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.login_c{
  background: #fff !important;
  border-radius: 50px;
}

.green_text_m{
  color: #46b8a9;
}

.btn_register_log{
  background-color: #17243e !important;
  border-color: #17243e !important;
}

.btn_register_log:hover {
  background-color: #314a7c !important;
}

.days_dash{
  color: #fff;
  font-weight: bold;
  position: relative;
  top: -21px;
}

.table .thead-light th {
  color: #fff;
  background-color: #46b8a9;
}

.page-item.active .page-link{
  border-color: #46b8a9;
  background-color: #46b8a9;
}

.table .thead-dark th{
  background-color: #17243E !important;
}

.ct-sidebar{
  height: initial;
  background-color: #fff;
}

.btn_disc_c{
  padding: 2px 10px !important;
  cursor: pointer;
}

.custom-control-input:checked~.custom-control-label::before{
  border-color: #46b8a9 !important;
  background-color: #46b8a9 !important;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before{
  border-color: #46b8a9 !important;
  background-color: #46b8a9 !important;
}

.total_disc{
  text-decoration: line-through;
  text-decoration-color: #636061;/*#ef4755*/
}

.check_add_btn{
  background-color: #46b8a9 !important;
  color: #fff !important;
}

.check_add_btn:hover{
  background-color: #3eccb9 !important;
}

.trash_btn_check{
  background-color: #ef4755 !important;
  color: #fff !important;
}

.trash_btn_check:hover{
  background-color: #fa5563 !important;
}


.add_bt_c{
  display: initial !important;
}

.bg_warning_address{
  background: #fef3e9;
  border: 2px solid rgba(242, 142, 36,0.4);
}

.bg_warning_address .modal-body{
  color: #17243e !important;
}

.btn_check_sidebar{
  background-color: #46b8a9 !important;
  border-color: #46b8a9 !important;
  color: #fff !important;
  text-transform: initial;
  font-size: 17px !important;
}
.btn_check_sidebar:hover {
  background-color: #3eccb9 !important;
  color: #fff !important;
  border-color: #46b8a9 !important;
}

.btn_check_sidebar_no{
  background-color: #204d6f !important;
  border-color: #204d6f !important;
  color: #fff !important;
  text-transform: initial;
  font-size: 17px !important;
}

.btn_check_sidebar_no:hover{
  background-color: #2b6490 !important;
  border-color: #2b6490 !important;
  color: #fff !important;
  text-transform: initial;
  font-size: 17px !important;
}

.btnHand:hover{
  cursor: pointer;
}
/*tables*/

.table_fix_h{
  max-height:700px;
  overflow:scroll;
  -webkit-overflow-scrolling: auto;
}

.card-footer{
  border-top: 0;
}

.restaurant_check{
  float: right;
  margin-top: -6px;
}


#restaurant_redirect_logo{
  border: 1px solid #e8e8e8 !important;
}

#restaurant_redirect{
  font-size: 14px !important;
  color: #46b8a9 !important;
}



.restaurant_link_text{
  margin-top: 13px;
  margin-left: 7px;
}


.remember_text{
  font-size: 12.8px;
}

.coupon_not_active{
  background: rgb(224, 196, 163);
}

.align-bottom-inputs{
  margin-top: 1.9rem;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey !important; 
  border-radius: 10px !important;
  position:fixed !important;
}

.modal-open{
  width: 100%;
}

.modal_title_rest{
  color: #46b8a9 !important;
  font-weight: bold;
}

.new-price{
  color: #46b8a9 !important;
}

.color_red_t{
  color: #d01e1e;
}

.text_owner_c{
  font-size: 14px;
}

.border_green{
  border-top: 0.0625rem solid #ececec !important;
}

.address_option{
  font-weight: bold;
  font-size: 14px;
}

.add_new_cart{
  font-size: 11px;
}

#profile-image-nav{
  width: 36px;
  height: 36px;
}

/*acercade*/
.about_mita h2, .about_mita h3{
  font-weight: bold;
}

.about_text_b p{
  font-size: 15px;
}

.about_text_b h4{
  padding-top: 10px;
}

.info_about_text{
  color: #46b8a9;
  font-weight: bold;
}

.info_about_text:hover{
  color: #3eccb9;
}

.section_home_m{
  padding-bottom: 0;
}

.footer_badge{
  position: relative;
  top: -7px;
  height: 40px;
}

/*footer*/
footer{ 
  width:100%; 
  padding:10px 0px 25px 0px ;
}

.footer_f{
  background-color:#17243e; 
}

.pt2{ 
  padding-top:40px; 
  margin-bottom:20px;
}

footer p{ 
  font-size:13px; 
  color:#CCC; 
  padding-bottom:0px; 
  margin-bottom:8px;
}


.footer_ul_amrc{ 
  margin:0px ; 
  list-style-type:none ; 
  font-size:14px; 
  padding:0px 0px 10px 0px ; 
}

.footer_ul_amrc li{
  padding:0px 0px 5px 0px;
}

.footer_ul_amrc li a{ 
  color:#CCC;
}

.footer_ul_amrc li a:hover{
  color:#46b8a9; 
  text-decoration:none;
}

.footer_ul2_amrc{
  margin:0px; 
  list-style-type:none; 
  padding:0px;
}

.footer_ul2_amrc li p{ 
  display:table; 
}

.footer_ul2_amrc li a:hover
{ 
  text-decoration:none;
}

.footer_ul2_amrc li i{ 
  margin-top:5px;
}

.bottom_border{ 
  border-bottom:1px solid #323f45; 
  padding-bottom:20px;
}

.foote_bottom_ul_amrc{
    list-style-type:none;
    padding:0px;
    display:table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li{ 
  display:inline;
}

.foote_bottom_ul_amrc li a{ 
  color:#999; margin:0 12px;
}

.social_footer_ul{ 
  display:table; 
  list-style-type:none;  
}

.social_footer_ul li{  
  float:left; 
}

.social_footer_ul li a{
   color:#CCC;
}

.social_footer_ul li a:hover{
  color:#fff;
}

.social_footer_ul li i{  
  width:20px; height:20px; text-align:center;
}

.title_footer{
  font-size: 17px;
  color: #fff;
}

.terms_footer{
  color: #46b8a9;
}

.terms_footer a{
  color: #CCC;
}

.terms_footer a:hover{
  color:#fff;
}

/*MODAL HOME*/
.modal_t{
  background-image: url('../img/bg_modal_home.jpg');
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 170px;
}

.close_app_n{
  opacity: 1 !important;
}

.close_app_n span{
  background: #47b8a9 !important;
  color: #fff !important;
  line-height: 1.2rem !important;
}

.color_text_m{
  color: #46b8a9;
}

.bold_text_m{
  font-weight: bold;
}

.recom_text{
  font-size: 16px;
  text-align: center;
  color: #17243e;
}

.close_app_n>span:not(.sr-only){
  font-size: 2rem;
  line-height: 23px !important;
  height: 1.6rem;
  width: 1.6rem;
}

.scroll_container{
  overflow: hidden;
}

.scroll_container_complements{
  /*overflow: hidden;*/
  overflow: initial !important;
}

.scroll_container_complements .scroll_c{
  margin-right: initial !important;
  padding-right: initial !important;
}

.scroll_c{
  height: 300px;
  margin-right: -50px; /* Maximum width of scrollbar */
  padding-right: 50px; /* Maximum width of scrollbar */
  overflow-y: scroll;
}

.title_complement{
  font-size: 16px;
  font-weight: bold;
}
/*MEDIAS*/


@media (max-width: 1299px) {
  .btn_validate_of{
    font-size: 11px;
    padding: 12px 11px;
  }
}

@media (max-width: 1199px) {
  .btn_validate_of{
    font-size: 11px;
    padding: 5px 11px;
  }
}


@media (max-width: 991px) {
  .stripimg figure{
    margin-bottom: initial;
    overflow: initial;
    position: initial;
    height: initial;
    }
    .stripimg figure img{
    position: initial !important;
      transform: initial !important;
  }
    .btn_add_cart{
    margin-top: 0;
    }
    .inp_extra{
    max-width: initial;
    }
    .not_available{
    font-size: 9px;
    text-align: center;
  }
  .title_dish{
    font-size: 23px;
  }
  .arrow_profile{
    float: initial;
    display: block;
    margin-top: 7px;
  }
  .btn_validate_of{
    margin-top: 5px;
    padding: 11px 11px;
  }
  .restaurant_check{
    float: initial;
    margin-top: 0;
  }
  .card_resp_cart{
    margin-top: 45px;
  }
  .card_resp_cart_side{
    margin-top: 45px;
  }
  .message_cookies_text{
    font-size: 12px !important;
   }
}

@media (max-width: 767px) {
  .card_resp{
    border-radius: 0;
    border-bottom: 1px solid rgb(233, 233, 233)
  }

  .card_resp .card-body{
    padding-top: 0;
    padding-bottom: 0;
  }

  .card_resp_img{
    margin-left: -10px;
  }

  .res_description{
    font-size: 12px;
  }
  .title_dish{
    font-size: 20px;
  }
  .whats_icon{
    width: 30px;
    height: 40px;
    bottom: 68px;
    right: 0;
    border-radius: initial;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    box-shadow: 2px 2px 3px #424242;
    z-index: 9999;
    cursor: pointer;
  }
  .bg{
    background-image: url('../img/loginb_resp.jpg') !important;
    background-position: left !important;
    min-height: initial !important;
  }
  .bg_verify{
    background-image: url('../img/verifyb_resp.jpg') !important;
    background-position: left !important;
  }
  .card_resp_cart_side{
    margin-top: 0;
  }
  div.strip > span.res_description {
    font-size: 12px !important;
  }
  .res_mimimum{
    font-size: 12px;
  }
  .message_cookies_c{
    height: auto !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .message_cookies_text{
   font-size: 10px !important;
  }
  .closeLegend{
    margin: 1px !important;
    padding: 1px !important;
    position: relative;
  }
}

@media (max-width: 600px) {
  .btn_profile_bu{
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }
  img.logotype {
    max-height: 43px !important;
    height: 43px !important;
  }
  section.section > div.container.mt--350 > h1{
    margin-top: 31px !important;
    font-size: 25px !important;
  }
  .section_home_m{
    padding-top: 0;
  }
  .section_home_r{
    padding-bottom: 1rem;
  }
  .restaurant_imp_title{
    font-size: 22px;
    margin-bottom: 0;
  }
  .footer_resp{
    display: table;
  }
  .insta_foot{
    margin-left: 0 !important;
    margin-top: 5px;
  }
  .terms_footer{
    font-size: 11px;
  }
  .closeLegend{
    top: 45px;
  }
}

@media (max-width: 575px) {
  div.strip > span.res_description{
    height: auto;
  }
}

.codePhone{
  font-size: 14px !important;
  color:red;
}

.usd_t{
  color:rgb(201, 131, 25);
  font-size: 15px;
}

.bg-amex{    
  background: red;
  height: 100vh;
}

/*food carousel*/
/*destinations home*/

.slide__caption_a{
  position: absolute;
  top: 85px;
  text-align: center;
  width: 202px;
}

.slide__caption_a p{
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-shadow: #000 1px 0 10px;
  margin: 0;
}

.slide__caption_a small{
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  text-shadow: #000 1px 0 10px;
}

.slide__caption_sp{
  position: absolute;
  bottom: 82px;
  text-align: center;
}

.slide__caption_sp p{
  text-align: center;
  width: 202px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-shadow: #000 1px 0 10px;
  margin: 0;
}

.slide__caption_sp small{
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  text-shadow: #000 1px 0 10px;
}

.slick-prev:before, .slick-next:before{
  color: #31b0c0 !important;
}

.slidet a:hover > img{
  -webkit-box-shadow: 7px 4px 25px -13px rgba(0,0,0,0.67);
  -moz-box-shadow: 7px 4px 25px -13px rgba(0,0,0,0.67);
  box-shadow: 7px 4px 25px -13px rgba(0,0,0,0.67);
}


.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #dddddd !important;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #46b8a9 !important;
}

.card_promo_colora{
  background-color: #dbece9;
}

.card_promo_colorb{
  background-color: #eaedd9;
}

.card_promo_colorc{
  background-color: #E9F1F4;
}


.slick-slide {
  margin: 0 20px;
}

.slidet h5{
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 2px;
}

.slidet p{
  font-size: 12px;
}

.slidet a{
  font-size: 12px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
  padding: 5px 15px;
  margin-top: 20px;
}

.slick-dots li{
  top: 10px;
}

.slidetAdmin img{
  height: 200px !important;
}

.role-badge{
  color:white !important;
  background: rgb(60, 133, 83) !important;
  font-size: 13px !important;
}

.blueBgComplements{
  background: rgb(27, 60, 118) !important;
}



.blueBgComplements h5{
  color:white !important;
}

.btn_search_rest{
  background-color: #46b8a9 !important;
  border-color: #46b8a9 !important;
}

.btn_search_rest:hover{
  background-color: #3eccb9 !important;
  border-color: #3eccb9 !important;
}