/*================================ 
    #RESPONSIVE CSS 
====================================*/
.mobile-view {
  display: none !important;
}

.web-view {
  display: block !important;
}

@media only screen and (max-width: 1200px) {
  .extras_checkbox label {
    font-size: 18px;
  }

  .navbar-nav .nav-link a {
    font-size: 20px;
    padding: 0px 14px;
  }

  .breadcrumb-area h1 {
    font-size: 38px;
  }

}

/* Tablet Layout: 768px.*/
@media only screen and (max-width: 991px) {
    .w-25 {
    width: 40% !important;
}
  .mobile-view {
    display: block !important;
  }

  .num_img {
    width: 110px;
  }
  .num_img img {
    height: 50px;
}

  .web-view {
    display: none !important;
  }

  /*mobile nav*/
  .header-mobile {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    padding: 0;
  }

  .img-logo-mobile {
     padding-top: 15px;
     padding-bottom: 10px;
    height:90px;
  }

  .header-mobile .main-menu>li {
    position: relative;
  }

  .side-menu-logo {
    text-align: right;
    padding-right: 15px;
  }

  .header-logo {
    text-align: right;
  }

  .header-mobile .side-menu-close {
    background: transparent;
  }

  .header-mobile .side-menu-close span {
    width: 30px;
  }

  .modal-custom .modal-dialog {
    margin: 7% auto;
  }

  /* side menu */
  .side-menu-wrap {
    display: none !important;
    width: 300px;
    position: fixed;
    right: -110%;
    top: 0;
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    overflow-y: auto;
    z-index: 1000;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }

  .side-menu-wrap.opened {
    display: block !important;
    right: 0;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
  }

  .overlay-mobile {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }

  .side-menu-wrap.opened+.overlay-mobile {
    visibility: visible;
    opacity: 1;
  }

  .side-menu-nav .main-menu {
    padding-top: 70px !important;
    width: 100%;
  }

  .side-menu-nav .main-menu>li>a {
    color: var(--m-main);
    padding: 15px 20px 5px 10px;
    font-weight: 700;
    font-size: 18px;
    display: block;
    transition: 0.4s;
  }

  .side-menu-nav .main-menu>li>a:hover,
  .side-menu-nav .main-menu>li>a.active {
    color: var(--m-main);
  }

  .menu-mobile {
    background-color: transparent !important;
    border-radius: 10px !important;
    height: 42px !important;
    width: 49px !important;
  }

  .side-menu-wrap .side-menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 34px;
    width: 34px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }

  .side-menu-close {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .side-menu-close span {
    height: 3px;
    width: 20px;
    border-radius: 4px;
    background: var(--m-main);
    position: relative;
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }

  .side-menu-close.closed span {
    height: 2px;
    border-radius: 0;
  }

  .side-menu-close span:nth-child(1) {
    top: -5px;
  }

  .side-menu-close span:nth-child(3) {
    bottom: -5px;
  }

  .side-menu-close.closed span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
  }

  .side-menu-close.closed span:nth-child(2) {
    opacity: 0;
  }

  .side-menu-close.closed span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
  }

  .side-menu-btns {
    font-size: 13px;
    padding-block: 10px;
    border-radius: 25px;
  }

  .side-menu-btns img {
    padding-left: 4px;
  }

  .title-hero {
    font-size: 36px;
  }

  /* .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    border-bottom: none;
  }

  .accordion-button::after {
    background-image: none;
    content: none;
  }

  .accordion-button:not(.collapsed)::after {
    background-image: none !important;
    content: none;
  }


  .accordion-button {
    padding: 0.5rem 1.25rem;
  }

  .accordion-button:focus {
    box-shadow: none;
  }

  .accordion-body {
    padding: 0.5rem 1.25rem;
  } */

  .submenu li a {
    color: var(--m-gray-2);
  }

  .section_title {
    font-size: 24px;
    /* margin-bottom: 10px; */
  }

  .view_more {
    color: #FCB203;
    font-weight: 700;
    font-size: 18px;
  }

  .tb-space {
    padding-top: 50px;
  }

  .offer_item img {
    height: auto;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
  }

  .product_card .card-body {
    padding: 18px 16px;
  }

  .product_card .product_name {
    font-size: 18px;
  }

  .product_desc {
    font-size: 16px;
    line-height: 28px;
  }

  .product_price {
    font-size: 20px;
  }

  .quantityBtn {
    left: 16px;
    bottom: 20px;
   
  }

  .product_card .card-img,
  .product_card .card-img img {
    height: 300px;
  }

  .total_price {
    width: 200px;
    height: 55px;
    font-weight: 700;
    font-size: 14px;
  }
.total_price.auto_width {
     width: 200px; 
}
  .total_price img {
    width: 40px;
  }

  .badge_count {
    left: 30px;
    top: -26px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .footer h6 {
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 20px;
  }

  .footer a {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-bottom p {
    font-size: 16px;
    line-height: 27px;
  }

  .footer-bottom {
    padding-top: 0;
  }

  .footer .nav-link a {
    margin-bottom: 0;
  }

  .breadcrumb-area h1 {
    font-size: 20px;
  }

  .breadcrumb-area {
    padding: 0;
  }

  .forgot-password,
  .form_check label {
    font-size: 14px;
  }

  .login_page p {
    font-size: 16px;
  }

  .create_account {
    font-size: 20px;
  }

  .restorant_modal .radio-card {
    width: 50%;
  }

  .accordion-button:not(.collapsed),
  .accordion-button {
    font-size: 16px;
  }

  .form_check label:before {
    width: 24px;
    height: 24px;
  }

  .form_check input:checked+label:after {
    top: 5px;
    left: 9px;
    width: 8px;
    height: 15px;
  }

  .restorant_lbl {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .restorant_input,
  .restorant_input::placeholder {
    font-size: 14px;
  }


  .address_dropdown {
    width: 35%;
  }

  .meals_wrapper {
    padding: 35px 10px 20px;
  }

  .meal_image {
    /*height: 210px;*/
    padding-right: 0;
    margin-bottom: 10px;
  }

  .extras_checkbox input:checked+label:after {
    /*top: 2px;*/
    /*right: 16px;*/
  }

  .extras_checkbox {
    padding: 18px 20px;
    width: 100%;
  }

  .py-70 {
    padding-block: 50px;
  }

  .resto_title {
    font-size: 34px;
    line-height: 40px;
  }

  .order_special_requests {
    padding: 24px 16px;
    margin-top: 24px;
  }

  .order_special_requests textarea {
    width: 100%;
    padding: 16px;
    font-size: 16px;
  }

  .add_address_options {
    padding: 24px 16px 16px;
    font-size: 18px;
  }

  .add_address_wrapper {
    padding: 24px 16px;
  }

  .total_price_sammary .item_value,
  .total_price_sammary .item_type {
    margin-top: 20px;
    font-size: 20px;
  }

  .order_sammary {
    padding: 24px 16px;
    font-size: 18px;
  }

  .total_price_sammary {
    margin-top: 20px;
  }
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 768px) {
    .w_select{
    margin-top:16px;
    width:100%;}

  .resto_tabs .nav-tabs .nav-link {
    padding: 12px 15px;
    font-size: 18px;
  }

  .static_page p {
    font-size: 18px;
    line-height: 28px;
  }

  .bottom_wrapper {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .bottom_bar .total_price {
    height: 55px;
    font-size: 14px;
  }


  .extras_checkbox input:checked+label:after {
    /*right: 15px;*/
  }

  .extras_checkbox {
    padding: 18px 20px;
    width: 100%;
    margin-bottom: 20px;
  }

  .address_dropdown {
    width: 45%;
  }

  .social-icons {
    justify-content: center;
    align-items: center;
  }

  .social-icons a {
    margin-bottom: 0;
  }

  .breadcrumb-area h1 {
    font-size: 26px;
  }

  .breadcrumb_dropdown a {
    font-size: 18px;
  }

  .resto_tabs,
  .resto_tabs .nav-tabs {
    height: auto;
  }


}

/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 578px) {
    .checkout_select .btn_select_modal {
    font-size: 14px;
    width: 50%;
    margin-top: 10px;
    border-radius: 12px;
}
 .checkout_select  .select2-container--default .select2-selection--single {
    border-radius: 12px;
}

  .footer h6 {
    margin-bottom: 28px;
    font-size: 20px;
  }

  .footer-bottom p {
    font-size: 16px;
    line-height: 24px;
  }

  .footer a {
    font-size: 18px;
  }

  .resto_title {
    font-size: 28px;
    line-height: 38px;
  }

  .restorant_modal .nav-tabs .nav-link svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .restorant_modal .nav-tabs .nav-link,
  .restorant_modal .nav-tabs .nav-link.active {
    font-size: 18px;
  }

  .restorant_modal p {
    font-size: 16px;
  }

  .hiring_list_item {
    font-size: 18px;
  }

  .download_link a {
    margin-left: 8px;
  }

  .download_link {
    font-size: 24px;
    line-height: 34px;
  }



  .extras_checkbox label {
    font-size: 18px;
  }

  .item_data img {
    width: 115px;
    height: 100px;
    margin-right: 12px;
  }

  .item_data h2 {
    font-size: 18px;
  }

  .item_data p {
    font-size: 16px;
  }

  .item_data {
    padding: 16px 12px;
    margin-top: 16px;
  }




}

@media only screen and (max-width: 480px) {
  .address_dropdown {
    width: 70%;
  }

  .section_title {
    font-size: 22px;
  }

}