@media (max-width: 1601px) {
  .create_pizza_bx .modal-content {
    transform: scale(0.8);
  }
}
@media (max-width: 1440px) {
  .modal-open .modal {
    overflow-y: auto;
  }
  .combo_scrollbar {
    height: 500px !important;
  }
  .price_category h5 {
    font-size: 16px;
  }
  .select-btn {
    width: fit-content;
  }
}
@media (max-width: 1366px) {
  /* header */
  .active_head nav {
    padding: 0px calc((100% - 991px) / 2) !important;
  }
  /* home */
  .slider-section {
    padding: 0px calc((100% - 991px) / 2);
  }
  .select_pizza_base .nav .nav-link {
    padding: 5px 40px;
  }
  .price_category h5 {
    font-size: 16px;
  }
  .select-btn {
    font-size: 14px;
    min-width: fit-content;
  }
}

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
  /* home */
  .slider-section {
    padding: 0px calc((100% - 960px) / 2);
  }
}

@media (max-width: 991px) {
  .scrollbar2 {
    /* max-width: 300px; */
    overflow: hidden auto;
    -webkit-overflow-scrolling: auto;
  }

  /* header-footer */
  .modal-open #select_pizza_bx.modal {
    overflow-y: hidden;
  }
  .header .container-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .navbar .wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: unset;
    z-index: 0;
    opacity: 0;
    background: #000;
    transition: all 0.3s ease;
    display: none;
  }
  .wrapper {
    display: block;
  }
  .header .navbar .wrapper .menu-item {
    padding-bottom: 0rem;
    width: 100%;
    text-align: left;
  }
  .header .navbar .wrapper .menu-item:nth-child(1) a {
    transition-delay: 0.2s;
  }
  .header .navbar .wrapper .menu-item:nth-child(2) a {
    transition-delay: 0.3s;
  }
  .header .navbar .wrapper .menu-item:nth-child(3) a {
    transition-delay: 0.4s;
  }
  .header .navbar .wrapper .menu-item:nth-child(4) a {
    transition-delay: 0.5s;
  }
  .header .navbar .wrapper .menu-item:not(:first-child) {
    margin-left: 0;
  }
  .header .navbar .wrapper .menu-item a {
    display: block;
    position: relative;
    padding: 1rem 2rem;
    opacity: 0;
    color: #252a32;
    font-size: 1rem;
    font-weight: 600;
    transform: translateX(-20px);
    transition: all 0.3s ease-in-out;
  }
  .mob_view li:nth-last-child(2) {
    border-top: 1px solid #252a32;
  }
  .header .navbar .nav-toggle {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    margin-bottom: 0;
    /*background: #F06A24;*/
    width: 30px;
    height: 32px;
    border-radius: 3px;
    margin-right: 0px;
  }
  .header .navbar .nav-toggle span {
    display: block;
    width: 16px;
    height: 2px;
    background: #000;
    border-radius: 2px;
    margin-left: 0;
  }
  .header .navbar .nav-toggle span:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .header .navbar .nav-toggle span:nth-child(3) {
    margin-top: 4px;
  }
  .header .navbar #nav:checked + .nav-toggle {
    transform: rotate(45deg);
  }
  .header .navbar #nav:checked + .nav-toggle span {
    background: #fff;
    transition: transform 0.5s ease;
  }
  .header .navbar #nav:checked + .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(180deg);
  }
  .header .navbar #nav:checked + .nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  .header .navbar #nav:checked + .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(90deg);
  }
  .header .navbar #nav:checked ~ .wrapper {
    z-index: 11;
    opacity: 1;
    height: 100%;
    display: block;
  }
  .header .navbar #nav:checked ~ .wrapper .menu-item a {
    opacity: 1;
    transform: translateX(0);
  }
  footer {
    padding: 15px 0;
  }
  .other-links {
    margin-top: 25px;
  }
  .social-links.pr-5 {
    padding-right: 15px !important;
  }
  .top-header_inner {
    display: none;
  }
  .top-header_inner.active {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    top: 85px;
    padding: 15px 15px;
  }
  #fas,
  #fas:focus {
    padding: 0;
    outline: none;
    box-shadow: unset;
    display: inline-block;
    display: none;
  }
  .header {
    padding: 10px 0 0;
    background-color: #fff;
    z-index: 10;
    /*box-shadow: 0px 5px 5px rgb(0 0 0 / 2%);*/
    position: relative;
  }

  .top-header {
    padding: 0;
    z-index: 111;
  }
  .brand img {
    max-width: 300px;
    max-height: 100px;
  }
  .menu li:last-child a {
    margin-left: 0;
  }
  .menu li:last-child a:before {
    position: relative;
    left: unset;
    bottom: unset;
    margin-right: 10px;
  }
  .header-btn {
    margin: 1rem 2rem;
    display: none;
  }
  .left-head .content-left {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .left-head {
    display: block;
  }
  .right-head {
    text-align: center;
  }
  #fas i {
    color: #fff;
    background: #f06a24;
    width: 30px;
    height: 32px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  .menu-left {
    display: block;
    padding: 0 0 50px;
    margin-top: 70px;
    max-height: 600px;
    overflow: auto;
  }
  .header .navbar .menu {
    transform: unset;
    margin-top: 0px;
    border-top: 1px solid #252a32;
  }
  footer .wd_app_link {
    align-items: flex-start;
  }
  footer .wd_app_link .payment-bx p {
    margin: 0;
    text-align: left;
  }
  footer .footer-btm-prt {
    display: block;
    text-align: left;
    padding-top: 20px;
  }
  footer .footer-social {
    display: flex;
    flex-flow: column-reverse;
    align-items: flex-start;
  }
  footer .footer-copyright {
    margin: 0;
    justify-content: flex-start;
  }
  footer .foot_social_media ul li a.media-bg {
    margin-bottom: 0;
  }
  .footer-bottom-link {
    margin: 0;
  }
  footer ul {
    padding-bottom: 20px !important;
  }
  footer ul li {
    font-size: 14px;
  }
  /*-----new mobile header----*/
  .desk_view {
    display: none !important;
  }
  .mob_view {
    display: block !important;
  }
  .menu li:last-child a:before {
    display: none;
  }

  /* general css */
  main {
    padding: 0px 0 0;
  }
  .all-categories h2 {
    margin: 20px 0px;
    font-size: 24px;
  }
  .container-custom {
    width: 100%;
  }
  /* homepage */
  .slider-section {
    display: none;
  }
  /* responsive slider */
  .responsive-slider {
    width: 100%;
    /*height: 37vw;*/
    display: flex;
    overflow: hidden;
    user-select: none;
    z-index: 2;
    background: rgb(255, 255, 255);
  }
  .responsive-slider .resslider_main {
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: -8px;
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
  }
  .responsive-slider .phimg {
    width: calc(75.122% + 32px);
    padding: 0px 16px;
    margin-right: -20px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .responsive-slider img {
    width: 100%;
    /*height: 109px;*/
    display: block;
    border-radius: 8px;
    box-shadow: rgb(6 5 50 / 15%) 0px 2px 15px -3px;
    margin: 5px 0px 18px;
    user-select: none;
  }
  /* login page*/
  .login_page .modal-content {
    width: 100% !important;
    height: 100vh !important;
    padding: 10px 15px !important;
    border-radius: 0 !important;
    display: block;
  }
  .login_page .modal-content .modal-header button.mob_view_close {
    border: none;
    background: none;
    padding: 0;
    margin: 10px 0;
    display: block;
  }
  .login_page .modal-content .modal-header .close {
    display: none !important;
  }
  .login_page .desk_view {
    display: none;
  }
  .login_page .mob_view {
    display: block;
  }
  .login_page .modal-content .modal-header h5 {
    font-size: 24px !important;
    line-height: normal !important;
  }
  .login_page p.description {
    text-align: center;
  }
  /*----city modal popup mobile view----*/
  .city-modal .modal-content {
    width: 100% !important;
    height: 100vh !important;
    border-radius: 0 !important;
    display: block;
    background: #000;
  }
  .city-modal .modal-dialog.modal-dialog-centered {
    max-width: 100%;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  ul.list-city li a {
    color: #fff;
  }
  ul.list-city {
    margin: 0 auto;
    text-align: left;
  }
  .city-modal .modal-content .modal-header .close {
    background: transparent;
    margin: 0;
  }
  .city-modal .modal-header {
    background: none;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px !important;
  }
  .city-modal .modal-header img {
    width: 186px;
    height: 50px;
    object-fit: contain;
    text-align: left;
  }
  .city-modal .modal-content .modal-header .close {
    position: unset;
  }
  .city-modal .modal-body {
    padding: 10px !important;
  }
  /*login popup*/
  .login_page .modal-dialog {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .login-fl .modal-content {
    width: 100%;
    height: fit-content;
    padding: 25px;
  }
  .modal-content .modal-header .close span {
    line-height: 10px;
  }
  .modal-content .modal-header .close {
    padding: 0;
    margin: -15px;
    position: absolute;
    right: 0;
    opacity: 1;
    top: 0;
    background: #f06a24;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-content .modal-header .close span svg {
    width: 16px;
    height: 16px;
  }
  .modal-dialog {
    margin: 15px 15px;
  }
  .select_fullscreen-close-btn {
    top: 66px;
    left: 15px;
  }
  /*---Combo Pizza----*/

  .combo_pizza .modal-content .modal-body {
    position: relative;
  }
  .combo_pizza .modal-content .modal-body .pl-0 {
    padding-left: 15px !important;
  }
  .combo_pizza .modal-content .modal-body .pr-0 {
    padding-right: 15px !important;
  }
  .combo {
    position: relative;
  }
  .wd_mob_combo_img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .combo_box_right {
    height: unset;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 320px;
    left: 0;
    right: 0;
    width: 100%;
    backdrop-filter: blur(10px);
    height: 100%;
  }
  .combo_price {
    position: fixed;
    border-radius: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 12px 20px;
    margin: 0;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(20px) !important;
  }
  .combo_mob_scrollbar {
    margin-right: 0;
    height: fit-content;
    padding-right: 15px;
    border-radius: 0;
    bottom: 0;
    padding-bottom: 90px;
  }
  .spz_mob_scrollbar {
    overflow-y: auto;
    border-radius: 0;
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
  }

  #style-5::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 20px;
  }
  #style-5::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
    border-radius: 20px;
  }
  #style-5::-webkit-scrollbar-thumb {
    background-color: #e7e0e0;
    border-radius: 20px;
  }
  .combo_desk_view {
    display: none;
  }
  .combo_mob_view {
    display: block;
  }
  .combo_double_pp .modal-content {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100vh;
    padding-bottom: 50vh;
    transform: translate3d(0px, 0px, 0px);
    background: rgba(0, 0, 0, 0.64);
    backdrop-filter: blur(14px);
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    opacity: 1;
    display: grid;
    place-content: center;
    grid-template: 1fr / 1fr;
    border-radius: 0;
  }

  /* deal */
  .deal-mb {
    margin-bottom: 30px;
  }
  /* choose you city */
  .city-modal .modal-header,
  .city-modal .modal-body {
    padding: 15px 15px;
    color: #fff;
  }
  ul.list-city li a {
    font-size: 24px;
    margin-bottom: 0;
  }
  .city-modal .modal-header h1 {
    font-size: 30px;
  }
  .owl-nav {
    display: none;
  }
  /* profile */
  .profile_data {
    width: 100%;
  }
  .profile-details {
    padding: 0 0 30px;
  }
  .custom-checkbox input:checked + label:after {
    top: 5px;
  }
  /* 28-9 wd-mr */
  /* delivery-area */
  .webcam_details {
    display: block;
  }
  h1.title {
    font-size: 26px;
    font-weight: 700;
  }
  .d-address {
    display: none;
  }
  .pizzeria-address-info ul li {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
  .nogloves-link {
    font-size: 16px;
  }
  .wd-mr-back-btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background-color: rgb(255, 105, 0);
    color: rgb(255, 255, 255);
    display: block;
    border-radius: 999px;
    border: none;
    width: 100%;
    height: 48px;
    text-align: center;
    padding: 12px 54px 12px 48px;
    transition-property: background-color, color;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    margin: 30px 0 0;
    position: relative;
  }
  .wd-mr-back-btn:hover {
    background-color: rgb(232, 97, 0);
    color: rgb(255, 255, 255);
  }
  .button-arrow {
    position: absolute;
    right: 8px;
    top: calc(50% - 13px);
    height: 24px;
  }
  .video_bx .webcam_video {
    width: 100%;
    height: 320px;
  }
  /* index combo*/
  .card-category {
    display: flex;
    border-bottom: 1px solid rgb(243, 243, 247);
    margin: 0;
    padding: 16px 0;
    border-radius: 0;
    align-items: center;
  }
  .card-category img,
  #Pizza img {
    width: 135px;
    height: 135px;
    margin-right: 15px;
  }
  .price_category h5 {
    display: inline-block;
    font-size: 14px;
    background-color: rgb(255, 240, 230);
    color: rgb(209, 87, 0);
    padding: 4px 10px;
    border-radius: 25px;
    margin-right: 15px;
  }
  /* .select-btn {
    display: none;
  } */
  .card-category_details p {
    height: auto;
  }
  /* pizza */
  #Pizza img {
    margin: 0 15px 0 0;
  }
  .no-product {
    justify-content: flex-start;
  }
  .notselect-btn {
    padding: 4px 10px 4px;
    font-size: 14px;
    line-height: 18px;
    min-width: 100px;
  }
  /* homepage */
  .active_category .wd-mr-quicklinks {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 10;
    backdrop-filter: blur(20px);
    display: block;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px 0px;
    padding: 0 0px 0 0px;
  }
  .active_category .wd-mr-quicklinks .menu-homesec {
    display: flex;
    align-items: center;
  }
  .active_category .wd-mr-quicklinks .category-logo img {
    transform: translateX(-0px);
    width: 40px;
    height: 40px;
  }
  .active_category .category-logo {
    display: block;
    margin: 0px 10px 0 0;
    overflow: unset;
  }
  .active_category .wd-mr-quicklinks ul.wd-mr-menu-btn {
    transform: translateX(0px);
  }

  /* 29-9-2022 */
  .create-btn {
    padding: 5px 20px 6px;
    font-size: 14px;
    line-height: normal;
    min-width: fit-content;
  }

  .cookie-policy .cookie-policy__container {
    margin: 0;
  }
  .cookie-policy {
    position: relative;
    z-index: 0;
  }

  /*popup*/
  .combo_pizza .modal-content {
    transform: unset;
  }
  .combo_blog {
    width: 100%;
  }
  /* 1-10-2022 */
  .activeside {
    overflow: hidden;
  }
  .activeside .cookie-policy {
    display: none;
  }
  .create-btn {
    display: none;
  }
  .deals_bx .deals_txt .deals_txt_description h3 {
    font-size: 18px;
  }
  .deals_bx .deals_txt .deals_txt_description {
    margin-bottom: 0;
  }
  .deals_bx .deals_txt .coupon_btn {
    width: 100%;
  }
  .cookie-policy .cookie-policy__button {
    left: 7px;
    right: unset;
    height: 30px;
    width: 30px;
    font-size: 20px;
    color: #000;
  }
  .cookie-policy .cookie-policy__container {
    padding: 9px 14px 9px 43px;
  }
  .deals-main h2,
  .delivery-area h2 {
    margin: 0 0 20px;
  }
  .ftr_responsive,
  .ftr_responsive .foot_social_media {
    display: block;
  }
  .payment-bx,
  .foot_social_media {
    display: none;
  }
  .ftr_responsive .foot_social_media ul li a {
    margin: 0 !important;
  }
  .ftr_responsive .foot_social_media ul {
    margin: 0;
    padding: 0;
  }
  footer .wd_app_link ul,
  footer ul li a {
    margin-bottom: 0;
  }
  .wd_app_link {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
  }
  footer .footer-bottom-link ul li {
    display: block;
    margin-right: 0;
    padding-bottom: 15px;
  }
  footer .footer-bottom-link ul li a {
    color: #fff !important;
  }
  footer .footer-bottom-link ul li:last-child {
    padding-bottom: 0;
  }
  footer .footer-copyright a h3 {
    opacity: 1;
  }
  footer span.copyright-text {
    color: #fff;
  }
  footer .foot_social_media ul li a.media-bg svg {
    fill: #fff;
  }
  /*---Row Reverse---*/
  .row-reverse {
    flex-direction: column-reverse;
  }
  /*----Delivery Area-----*/
  .delivery-dropdown {
    margin: 10px 0 5px;
    display: flex;
    align-items: center;
  }
  .pizzeria-address-info {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .deliv-btn-area {
    justify-content: flex-start;
  }
  .mob_btn {
    display: block;
    margin-top: 18px;
  }
  .deliv-btn-area .delivery-btn {
    height: unset;
  }
  .delivery-area {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .nogloves-link {
    margin: 18px 0 0;
  }
  /*---check out---*/
  .checkout-form {
    margin: 25px 0;
  }
  .header_checkout {
    display: block;
  }
  .checout_main {
    padding: 20px 0;
  }
  .checkout-form .form-group {
    display: block;
    margin-bottom: 1rem;
  }
  .checkout-form label {
    width: 100% !important;
    margin: 0 0 5px 0;
  }
  .checkout-form .form-control {
    width: 100%;
  }
  .checkout-form textarea.form-control {
    height: 100%;
    width: 100% !important;
    padding-right: 130px;
  }
  .txtarea_options {
    margin: 0px 15px 4px 0;
    justify-content: center;
  }
  .action-link {
    bottom: 0;
    margin: 10px 15px;
  }
  .apply-input {
    margin: 15px 0;
  }
  .apply-input .form-control {
    width: 77%;
  }
  .payment_method {
    padding: 15px;
    margin: 0;
  }
  .payment_method h4 {
    margin: 0px 0 15px;
    font-size: 20px;
  }
  .custom-radiobtn [type="radio"]:checked + label,
  .custom-radiobtn [type="radio"]:not(:checked) + label {
    font-size: 18px;
  }
  .checkout_btngrp {
    margin: 15px auto;
  }
  .checkout_btngrp .backto-order {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ff6900;
    background: #fff;
  }
  .checkout_btngrp .placeorder-btn {
    min-width: 100%;
    display: block;
    margin: 0;
  }
  .order_detailbox {
    width: 100%;
  }
  .checkout-form__composition {
    padding: 0;
    position: unset;
  }
  .brand-logo {
    width: auto;
    max-width: 100%;
  }
  ul.checkout_step {
    margin: 10px auto;
    text-align: center;
  }
  ul.checkout_step li {
    width: auto;
  }

  .profile_data form.details-form {
    width: 100%;
  }
  .logout-phone,
  .responsive-text {
    display: block;
  }
  .birth-form small {
    position: relative !important;
    top: 0 !important;
    margin: 0 10px;
  }
  .wd-sl-profile_data {
    display: flex;
    justify-content: space-between;
  }
  .birth-form p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #000;
  }
  .logout-phone img {
    width: 26px;
    height: 26px;
  }
  .myorder_toplist_head h4 {
    display: block;
    margin: 0;
    line-height: normal;
  }
  .myorder_toplist_head p {
    margin-bottom: 0;
    display: block;
  }
  .wd-mr-order-left {
    width: 100%;
  }
  .add_main_icon {
    display: block;
  }
  .myorder_toplist_head {
    padding: 16px 16px;
    background: #fff;
  }
  .responisve-cross {
    display: block;
    position: unset;
    background: #fff;
    width: 100%;
    padding: 10px 16px 0;
    top: 0 !important;
    left: 0 !important;
    height: auto !important;
  }
  .wd-mr-ordr-close:hover {
    transform: unset;
  }
  #desktop,
  ul.checkout_step {
    display: none;
  }
  #responsive {
    display: block; /*background: rgb(243, 243, 247);*/
    padding: 16px 0 0;
  }
  .header_checkout {
    padding: 10px 0;
  }
  /*.mydiv, .mydiv0, .mydiv1, .mydiv2{display: block;}*/
  .create_col_grid {
    margin: 15px auto 0;
    grid-template-columns: repeat(auto-fit, minmax(94px, 1fr));
  }
  .create_pizza_img img {
    width: 100%;
    height: 100px;
    object-fit: contain;
  }

  .create_pizza_img .plan input[type="radio"]:checked + img {
    border-radius: 8px;
  }
  .scrollbar {
    padding: 0;
  }

  #style-3::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
    border-radius: 20px;
  }
  .create_pizza_img_txt h4 {
    font-size: 12px;
    line-height: normal;
    margin: 0;
  }
  .create_pizza_img_txt span {
    font-size: 12px;
  }
  .select_pizza_details {
    height: unset;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 350px;
    left: 0;
    right: 0;
    width: 100%;
    backdrop-filter: blur(10px);
    padding: 0 0 80px;
    bottom: 0;
    height: fit-content;
  }
  .select_pizza_inches {
    font-size: 10px;
  }
  .select_pizza_txt_blk span {
    font-size: 12px;
  }
  .only_select_pizza_base .nav {
    max-width: 100%;
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    text-align: center;
  }
  .only_select_pizza_base .nav .nav-link {
    padding: 5px 45px !important;
  }
  .select_pizza_base {
    font-size: 16px !important;
  }
  .wd_topping_details .money {
    font-size: 14px;
  }
  .wd_add_basket_btn {
    width: 100%;
    margin: 10px auto;
  }
  .fullscreen-close-btn,
  .select_fullscreen-close-btn {
    display: block;
  }
  .wd_mob_combo_img {
    display: block;
  }
  a.add_main_icon.header-btn {
    padding: 0;
    margin: 0;
  }
  .sel-sidebtn {
    display: block;
  }

  /* extracss */
  .inner_pizza {
    transition: margin 0.25s ease-in-out 0s;
    width: 100%;

    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
  }
  .select_pizza_img img {
    object-fit: contain;
    height: 100% !important;
    margin-left: 0;
    transform: unset !important;
    padding: 30px;
  }
  .sel-sidebtn svg {
    width: 22px;
    height: 22px;
  }
  .select_scrollbar {
    /*	margin-right: 0 !important;
     padding-right: 0px; */
    height: unset;
    display: block;
    width: 100%;
    overflow-y: hidden;
    border-radius: unset;
    padding: 15px 15px;
    overflow-x: hidden;
  }
  .select_pizza_inches .nav {
    max-width: 100%;
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    text-align: center;
  }
  .select_pizza_inches .nav .nav-link {
    padding: 5px 30px;
  }
  .active-slidebar .mydiv,
  .active-slidebar .mydiv0,
  .active-slidebar .mydiv2 {
    display: block;
  }
  .active-slidebar .mydiv1 {
    display: block;
    height: auto;
    overflow: auto;
  }
  .active-slidebar .mydiv1 .delivery_slidebar {
    height: auto;
  }
  .checkout_mains {
    background: rgb(243, 243, 247);
  }
  .scrollbar-myorder {
    max-height: 575px;
    padding-bottom: 130px;
  }
  .select_pizza .modal-content {
    transform: unset;
  }

  /* responsive category menubar */
  .wd-mr-quicklinks {
    display: block;
    /* position: fixed; */
   /* top: 0px; */
  }
  .wd-mr-menu-btn {
    height: 56px;
    width: 100%;
    overflow-x: auto;
    background: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    top: 0px;
    /*z-index: 99;*/
    will-change: box-shadow;
    transition: box-shadow 150ms ease 0s;
    user-select: none;
  }
  .wd-mr-menu-btn .quicklinks {
    margin: 4px;
    height: 32px;
    background: rgb(243, 243, 247);
    color: rgb(92, 99, 112);
    padding: 0px 16px;
    border-radius: 16px;
    flex: 0 0 auto;
  }
  .wd-mr-menu-btn .quicklinks a {
    color: rgb(92, 99, 112);
    font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial,
      sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 13px;
    line-height: 32px;
  }
  .wd-mr-menu-btn .category-logo {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    margin-right: -32px;
    transform: translateX(-48px);
    will-change: margin-right, transform;
    transition-property: margin-right, transform;
    transition-duration: 150ms;
    transition-timing-function: ease-out;
    /*overflow: visible;*/
  }
  .wd-mr-menu-btn .category-logo img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
  }
  .active_category .wd-mr-menu-btn .category-logo {
    margin-right: 4px;
    transform: translateX(0px);
  }
  .active_category .wd-mr-quicklinks .container-custom {
    padding: 0;
  }
  .dropdown_txt {
    width: 55%;
    right: 0;
    margin: 0 15px;
    left: 0;
    top: 100%;
  }
  .dropdown_content {
    display: block;
  }
  .dropdown_right .rating-star {
    font-size: 20px;
  }
  .dropdown_right {
    margin: 0;
  }
  .activeside .category-logo {
    display: none;
  }
  .wd_mob_btn {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgb(255 255 255 / 70%);
    backdrop-filter: blur(20px);
    width: 100%;
    padding: 0 16px;
    z-index: 11111;
  }
  .wd_desk_btn {
    display: none;
  }
  .dropdown_left_top span img {
    display: block;
  }
  p.order_txt {
    font-size: 13px;
  }
  .slidbar h5 {
    line-height: normal;
    padding: 12px 0 0;
  }
  .combo_items_txt {
    padding-right: 0;
  }
  .activeside main {
    z-index: -9;
    opacity: 0;
    display: none;
  }
  /* saloni-zb */
  ul.phstars-icon {
    display: flex;
    margin-left: 5px;
    align-items: center;
  }
  ul.phstars-icon li svg {
    width: 16px;
    height: 16px;
    margin-left: 2px;
  }
  .deskicon_only {
    display: none;
  }
  .phinfo-icon {
    display: none;
    margin-left: 10px;
  }
  .dots {
    display: none;
  }
  span.span-stars {
    display: flex;
    align-items: center;
    margin-left: 16px;
    color: rgb(255, 210, 0);
    font-size: 20px;
    line-height: 12px;
  }
  #combo_pizza {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
  }
  #combo_pizza .col-lg-7,
  #combo_pizza .col-lg-5 {
    max-width: 100% !important;
    width: 100% !important;
  }
  #combo_pizza .max-width {
    max-width: 100%;
  }
  .more_info_txt:before {
    right: -13px;
  }
  .select_pizza_txt_blk button {
    padding: 0;
  }
  .more_info_dropdown.active {
    right: 0;
  }
  .card_categoryflex.combo_price h5 {
    display: block;
    background: transparent;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
  }
  .card_categoryflex.combo_price small {
    font-size: 18px !important;
  }
  .combo-basket-btn {
    font-size: 16px;
    padding: 12px 24px;
    font-weight: 500;
  }
  .modal-open .wd-sl-sides_modal {
    overflow: hidden;
  }
  .wd-sl-sides_modal .wd_pos_selct_pizza.spz_mob_scrollbar {
    height: auto;
    overflow: unset;
    position: unset;
  }
  .wd-sl-sides_modal .select_pizza_details {
    top: 0;
    display: block;
    padding: 0;
  }
  .select_pizza_details .notselect-btn {
    display: none;
  }
  .wd-sl-sides_modal .select_pizza_img {
    transform: scale(1.7);
    height: 100%;
    width: 100%;
    max-width: 500px;
  }
  .oly_pizza_txt {
    height: unset;
  }
  .combo_main_img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .img_pattern {
    display: none;
  }
  .wd_pos_rel {
    padding: 0;
  }
  .wd-sl-resprice {
    display: inline-block;
    margin-top: 16px;
  }
  .wd-sl-extrablog .card_categoryflex {
    display: none;
  }
  .wd-sl-extrablog {
    margin-bottom: 0;
  }
  .wd-sl-sides_modal .select_scrollbar {
    padding: 15px 15px;
  }
  .wd-sl-sides_modal.modal {
    transform: translateY(100%);
    transition-property: transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
  }
  .wd-sl-sides_modal.modal.show {
    transform: translateY(0%);
  }
  .wd-sl-sides_modal .select_pizza_img img {
    height: 250px !important;
  }
  #back-to-top {
    top: -6px;
    position: relative;
  }
  .phsidevar {
    display: block;
  }
  .combo_double_pp .modal-content .modal-body {
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 !important;
    width: 100%;
  }
  .modal-open #combo_side_mobile {
    overflow: hidden;
  }
  .pop_box_active .already_btn.add_btn_new {
    display: none;
  }
  /*.already_btn.add_btn_new{
		display: block;
	}
	.already_btn {
	    display: none;
	}
	.pop_box_active .already_btn{
		display: block;
	}*/
  .card-category h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .card-category_details {
    height: auto !important;
  }
  .add_btn_new {
    background: rgb(255, 105, 0);
    color: #fff0e6;
  }
  .login-fl .modal-content .modal-body form .form-group .form-control {
    padding: 14px 30px 14px 50px !important;
  }
  .notselect-btn {
    margin: 10px 0;
  }
  .responisve-cross {
    display: block !important;
  }
  .checkout-form .form-group:last-child .form-control {
    padding-right: 80px;
  }
  /*.wd-mr-ordr-close{opacity: 0;}*/
  .popover-body {
    font-size: 12px;
  }
  .popover {
    margin-left: 0px;
    margin-bottom: 0px;
    top: -8px !important;
  }
  .wd-input input {
    width: 100% !important;
  }
  .new-scrollbar {
    height: auto;
    padding-right: 0;
    overflow: unset;
  }
  .modal-open .combo_double_pp {
    overflow: hidden;
  }
  .combo-height,
  .sides-height {
    height: auto;
  }
  .body-scroll.modal-open {
    overflow: hidden;
  }
  .wd-inputlast {
    width: 100%;
  }
  .modal {
    z-index: 1111;
  }
  .create_pizza_bx .modal-content {
    height: 100% !important;
    border-radius: 20px !important;
  }
  .create_pizza_bx .scrollbar {
    padding-right: 20px !important;
  }
  .create_cust_pizza h3 {
    font-size: 20px !important;
    text-align: center;
    line-height: normal !important;
  }
  .create_cust_pizza .create_col_grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  }
  .left_pizza:after {
    height: 100px;
    border-radius: 0 18px 18px 0;
  }
  .right_pizza:after {
    height: 100px;
    border-radius: 18px 0 0 18px;
  }
  .create_pizza_rgt_inner {
    margin: 20px auto;
  }
  .main_right_half {
    clip: rect(0px, 122px, 240px, 0px) !important;
    left: -5px;
  }
  .main_left_half {
    clip: rect(0px, 122px, 240px, 0px) !important;
    left: 2px;
  }
}

@media (max-width: 575px) {
  .select_fullscreen-close-btn {
    left: 70px;
  }
  .dropdown_txt {
    width: 290px;
    margin: 0;
    left: 15px;
  }
  .eICnFh::before,
  .eICnFh::after {
    content: " ";
    display: block;
    width: 10px;
    height: 56px;
    flex: 0 0 auto;
  }
  .create_pizza_bx .scrollbar {
    padding-right: 10px !important;
  }
  .create_pizza_bx .modal-content {
    transform: unset !important;
  }

  .half_pizza_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    margin: 20px 0 0;
    padding: 12px 20px;
    position: relative;
    z-index: 111;
  }
  .pizza_close_btn {
    background-color: #000;
    color: rgb(255, 255, 255);
    height: 45px;
    padding: 12px 25px;
    font-size: 15px;
    border-radius: 9999px;
    display: inline-block !important;
    margin: 25px auto 0;
    text-align: center;
  }
  .half_pizza_btn .wd_add_basket_btn {
    margin-bottom: 0 !important;
    padding: 10px 20px;
  }
  .create_cust_pizza .create_col_grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
  }
  .create_pizza_bx .modal-content {
    border-radius: 0 !important;
  }
  .main_right_half {
    clip: rect(0px, 123px, 240px, 0px) !important;
    left: -5px;
  }
  .main_left_half {
    clip: rect(0px, 123px, 240px, 0px) !important;
    left: 1px;
  }
  .wd_create_p_img {
    width: auto;
  }
  .create_pizza_rgt_inner {
    margin: 10px auto 0 !important;
  }

  /*.create_pizza_inches {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    background: #fff;
	    z-index: 11111;
	}*/
  .create_pizza_right {
    height: auto;
  }
}
@media (max-width: 375px) {
  .create_cust_pizza .create_col_grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) !important;
  }
}

@media (max-width: 384px) {
  .pickup_type div .text-gray-500 {
    width: 35px;
    height: 35px;
  }
  
  .pickup_type .display-4 {
    font-size: 25px;
  }
}

/* ios devices media query */
@supports (-webkit-touch-callout: none) {
  .wd-mr-menu-btn {
    position: relative;
  }
  .wd-mr-menu-btn .category-logo {
    overflow: visible;
    position: absolute;
    margin-right: 0;
    transform: translateX(-30px);
  }
  .category-logo img {
    transform: translateX(-0px);
  }
  .active_category .wd-mr-menu-btn .category-logo {
    position: relative;
    margin-right: 4px;
    transform: translateX(0px);
  }
  .active_category .wd-mr-quicklinks .category-logo img {
    transform: translateX(0px);
  }
  .wd-mr-menu-btn > div:last-child {
    margin-right: 0;
  }
  .activeside main {
    display: none !important;
  }
  .wd_mob_btn {
    z-index: 1111;
    background: #fff;
  }
  .body-scroll.modal-open {
    overflow: hidden;
  }
}
.select_pizza_inches .nav-link.active{
  background-color: rgb(255, 105, 0)  !important;
}