@media only screen and (max-width:767px) {
    .section-title h2 {
        font-size: 32px;
    }
    .counter-section .counter-box h4 {
        font-size: 24px;
    }
    .counter-section .counter-box .icon i {
        font-size: 50px;
    }
    .banner-area.banner-style-three .menu-btn .book-arrow {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
    .banner-area.banner-style-three .menu-btn {
        font-size: 16px;
    }
    .banner-area .banner-content .title {
        font-size: 36px;
        letter-spacing: 0px;
    }
    .notification_custom .obcdbffvduuu_isdbffd {
        right: -100%;
        padding: 8px 15px;
        padding: 8px 15px;
    }
    .notification_custom .obcdbffvduuu_isdbffd p {
        font-size: 14px;
    }
    .notification_custom .obcdbffvduuu_isdbffd i {
        font-weight: 400;
        font-size: 14px;
    }
    .food-box.shop-box .desc h4 {
        font-size: 14px;
    }
    .food-box.shop-box .desc h4 a {
        text-overflow: ellipsis;
        display: block;
        white-space: nowrap;
        overflow: hidden;
    }
    .restaurant-tab-area .food-box .desc .product-actions {
        flex-wrap: wrap;
        margin-top: 15px;
        justify-content: space-between;
    }
    .restaurant-tab-area .food-box .desc .quantity-box {
        width: 100%;
        height: 40px;
    }
    .restaurant-tab-area .food-box .desc .product-actions .touch_list {
        width: 100%;
        margin-top: 10px;
    }
    .restaurant-tab-area .food-box .desc .product-actions .touch_list~.cart-btn {
        margin-top: 0;
        width: 100%;
    }
    .restaurant-tab-area .food-box .desc .product-actions .cart-btn {
        width: 100%;
    }
    .restaurant-tab-area .food-box .desc .product-actions .cart-btn .main-btn.btn-border {
        width: 100%;
        margin-top: 10px;
        line-height: 35px;
        font-size: 12px;
    }
    .restaurant-tab-area .food-box .desc {
        padding: 15px 10px;
    }
    .food-box.shop-box .thumb .badges .price {
        font-size: 12px;
        padding: 2px 10px;
    }
    .app-download {
        text-align: center;
        display: flex;
    }
    .app-download a.btn-custom-2.grey {
        width: 50%;
        padding: 15px 10px;
        font-size: 13px;
    }
    .app-download a.btn-custom-2.grey i {
        font-size: 14px;
    }
    .app-download a.btn-custom-2.grey i.fab.fa-apple {
        font-size: 16px;
    }
    footer .footer-widget-area .widget.nav-widget ul li {
        margin-bottom: 20px;
        width: 50%;
    }
    .detailsflex-products {
        width: 100%;
    }
    .detailsflex-products .other-info {
        width: 100%;
    }
    .shop-detail-content .buicsabob_cacsabk {
        padding-left: 0;
        width: 100%;
        margin-bottom: 25px;
    }
    .shop-detail-content .touchinfo {
        margin-bottom: 25px;
        width: 100%;
    }
    .cartform-product .ycsay_cbsacbas {
        display: flex;
        flex-wrap: wrap;
    }
    .shop-detail-content .buicsabob_cacsabk .form-control {
        height: 100px;
    }
    .shop-detail-content .quantity-box {
        width: 100%;
    }
    #productaddcart {
        width: 100%;
    }
    .restaurant-tab-area .related-product-slider .food-box .desc .product-actions {
        flex-wrap: wrap;
        margin-top: 15px;
        justify-content: space-between;
    }
    .restaurant-tab-area .related-product-slider .food-box .desc .quantity-box {
        width: 100%;
        height: 40px;
    }
    .restaurant-tab-area .related-product-slider .food-box .desc .product-actions .touch_list~.cart-btn {
        margin-top: 10px;
    }
    .restaurant-tab-area .related-product-slider .food-box .desc {
        padding: 20px;
    }
    .restaurant-tab-area .related-product-slider .food-box.shop-box .desc h4 {
        font-size: 16px;
    }
    .breadcrumb-area .breadcrumb-text .breadcrumb-nav {
        width: 100%;
    }
    .breadcrumb-area .breadcrumb-text span {
        padding-bottom: 15px;
    }
    /* mobile filter css start */
    .filter-mobile-buttons {
        position: fixed;
        width: 100%;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 99;
        box-shadow: 0 1px 5px #ccc;
    }
    .filter-mobile-buttons .filterbtncds {
        width: 50%;
    }
    .filter-mobile-buttons .filterbtncds button.btnfiltermobile {
        background: #e4bc5f;
        background: #1c1b19;
        color: #fff;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
        border-right: 0;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        height: 50px;
        box-shadow: none;
        border: 0;
        border-right: 1px solid #353530;
    }
    .filter-mobile-buttons .shortbybtncds {
        width: 50%;
    }
    .filter-mobile-buttons .shortbybtncds button.btnshortbymobile {
        background: #c29958;
        background: #1c1b19;
        color: #fff;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        height: 50px;
        border: 0;
    }
    .shoertbylayer {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        width: 100%;
        height: 0%;
        left: 0;
        z-index: 98999;
        visibility: hidden;
        transition: all 0.5s;
    }
    .shoertbylayer.show {
        height: 100%;
        visibility: visible;
        transition: all 0.5s;
    }
    .sortbymenumocile {
        position: fixed;
        width: 100%;
        bottom: 0;
        background: #353530;
        height: 0;
        z-index: 99000;
        left: 0;
        visibility: hidden;
        transition: all 0.5s;
    }
    .sortbymenumocile.show {
        height: 295px;
        visibility: visible;
        transition: all 0.5s;
    }
    .sortbymenumocile .oncdtdv_hdvyfvcd .headershoncdgf {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px 10px;
        border-bottom: 1px solid #1c1b19;
    }
    .sortbymenumocile .oncdtdv_hdvyfvcd .headershoncdgf p {
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 500;
        color: #fff;
    }
    .sortbymenumocile .oncdtdv_hdvyfvcd .headershoncdgf span {
        margin-right: 0;
        font-size: 20px;
        line-height: 1;
        position: relative;
        color: #fff;
        font-weight: 400;
    }
    .sortbymenumocile .oncdtdv_hdvyfvcd .listsortby {
        padding: 10px 15px 0;
    }
    .sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li {
        margin: 10px 0;
    }
    .sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:checked,
    .sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }
    .sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:checked+label,
    .sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:not(:checked)+label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #fff;
        font-weight: 500;
    }
    .sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:checked+label:before,
    .sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:not(:checked)+label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #1c1b19;
        border-radius: 100%;
        background: #1c1b19;
    }
    .sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:checked+label:after,
    .sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:not(:checked)+label:after {
        content: "";
        width: 10px;
        height: 10px;
        background: #E4BC5F;
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:checked+label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:not(:checked)+label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .mobilefilter .fullfiltersec {
        position: fixed;
        width: 100%;
        height: 0%;
        background: #353530;
        z-index: 99999;
        top: 0;
        left: 0;
        visibility: hidden;
        transition: all 0.7s;
    }
    .fullfiltersec.show {
        height: 100%;
        visibility: visible;
        transition: all 0.7s;
    }
    .mobilefilter .fullfiltersec .headertextmob {
        display: flex;
        align-items: center;
        background: #1c1b19;
        padding: 12px 25px;
    }
    .mobilefilter .fullfiltersec .headertextmob span {
        color: #fff;
        font-size: 20px;
        margin-right: 25px;
        font-weight: 400;
    }
    .mobilefilter .fullfiltersec .headertextmob p {
        color: #fff;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
    }
    .fullfiltersec .dgcvdsd_kdbcgdfvd {
        display: flex;
        height: 84%;
        visibility: hidden;
        transition: all 0.5s;
        opacity: 0;
        width: 100%;
    }
    .mobilefilter .fullfiltersec .sidemenusec {
        width: 35%;
        flex: 0 0 35%;
        background: #1c1b19;
    }
    .mobilefilter .listoffilters ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border: 0;
    }
    .mobilefilter .listoffilters ul li {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
    .mobilefilter .listoffilters ul li button.nav-link {
        width: 100%;
        margin: 0;
        border: 0;
        color: #000;
        padding: 10px 15px;
        text-align: left;
    }
    .filteerresponse {
        padding-left: 20px;
        width: 70%;
        flex: 0 0 63%;
    }
    .fullfiltersec.show .dgcvdsd_kdbcgdfvd {
        visibility: visible;
        transition: all 0.9s;
        opacity: 1;
    }
    .categories-list {
        max-height: 530px;
        overflow: hidden;
        overflow-y: auto;
        line-height: normal;
    }
    .categories-list li {
        margin: 15px 0;
    }
    .bottomapply {
        width: 100%;
        background: #1c1b19;
        position: relative;
        padding: 8px 0px;
    }
    .bottomapply .hcdncibycvufvbfjh {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        bottom: 0;
    }
    .applyfilterbtn {
        font-size: 15px;
        width: 45%;
        border: 0;
        background: #272727;
        padding: 8px 15px !important;
        height: auto !important;
        line-height: normal;
        font-weight: 600;
    }
    .bottomapply .hcdncibycvufvbfjh .cdiugfbvbf p.rebncdgbcds {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
    }
    .bottomapply .hcdncibycvufvbfjh .cdiugfbvbf p.bcdigtvfnjg {
        line-height: 1;
        font-size: 13px;
    }
    .mobilefilter .listoffilters ul li a {
        border: 0;
        border-radius: 0;
        padding: 10px 15px;
        color: #a3a3a3;
    }
    .mobilefilter .listoffilters ul li a.active {
        border: 0;
        background: #353530;
        color: #fff;
    }
    .filteerresponse .tab-content .tab-pane input.product_weight.gross_weight_input {
        text-align: center;
        height: 50px;
        width: 135px;
        padding: 0 15px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }
    .filteerresponse .tab-content .tab-pane input.product_weight.net_weight_input {
        text-align: center;
        height: 50px;
        width: 135px;
        padding: 0 15px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }
    .filter-mobile-buttons .shortbybtncds button i {
        margin-right: 10px;
        font-size: 16px;
    }
    .filter-mobile-buttons .filterbtncds button.btnfiltermobile i {
        margin-right: 10px;
        font-size: 14px;
    }
    .filteerresponse .sidebar .widget {
        padding: 20px 0 0;
    }
    .filteerresponse .sidebar {
        margin-bottom: 0;
    }
    .filteerresponse .sidebar .widget .filter-color {
        max-height: 500px;
    }
    .breadcrumb-area {
        margin-top: 80px;
    }
    .cw-cart-table tbody td {
        position: relative;
        width: 100%;
        display: table-cell;
        white-space: nowrap;
    }
    .cw-cart-table thead {
        display: table-header-group;
    }
    .homeshowpro .row .col-lg-3 {
        flex: 0 0 65%;
        max-width: 65%;
    }
    .homeshowpro .row {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    .homeshowpro .row::-webkit-scrollbar {
        height: 2px;
    }
    .banner-area.banner-style-three .single-banner {
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    header.header-three .header-top {
        display: none;
    }
    .condo-item.hotel-intro {
        height: auto;
        margin-top: 15px;
    }
    .condos-overlay-sec.condos-overlay-sec_custom .col-lg-3.col-md-6 {
        width: 50%;
    }
    .condos-overlay-sec.condos-overlay-sec_custom .section-title.text-center.mb-50 {
        margin-bottom: 20px;
    }
    .condos-overlay-sec.condos-overlay-sec_custom {
        padding: 80px 0 50px;
    }
    .condos-overlay-sec.condos-overlay-sec_custom .col-lg-3.col-md-6:nth-child(odd) {
        padding-right: 7px;
    }
    .condos-overlay-sec.condos-overlay-sec_custom .col-lg-3.col-md-6:nth-child(even) {
        padding-left: 7px;
    }
    .about-section {
        padding: 50px 0;
    }
    .restaurant-tab-area.homeshowpro {
        padding: 70px 0 0px;
    }
    .counter-section .counter-box .icon img {
        max-width: 50px;
    }
    .counter-section {
        padding: 50px 0 0;
    }
    .counter-section .counter-box {
        margin-bottom: 35px;
    }
    .reel-section {
        padding: 50px 0;
    }
    .counter-section {
        padding: 50px 0 0;
    }
    .reel-section .row {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .reel-section .row .col-md-4 {
        flex: 0 0 65%;
        max-width: 65%;
        padding-right: 5px;
    }
    .reel-section .row::-webkit-scrollbar {
        height: 3px;
    }
    section.latest-news .latest-post-slider {
        margin-top: 35px;
    }
    footer .footer-widget-area {
        padding-top: 30px;
    }
    section.latest-news {
        padding: 50px 0;
    }
    .sigma-mobile-header .sigma-hamburger-menu {
        width: 50px;
        height: 50px;
    }
    .banner-area .main-slider .slick-arrow {
        width: 35px;
        height: 35px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        left: 10px;
    }
    .banner-area .main-slider .slick-arrow.next-arrow {
        right: 10px;
    }
    .about-section .abour-text a.main-btn {
        padding: 0 30px;
        line-height: 45px;
    }
    .back-to-top {
        bottom: 25px;
    }
    .back-to-top.active {
        right: 15px;
    }
    .whatsapp-us-section {
        left: 15px;
    }
    .shop-detail-content {
        margin-top: 30px;
    }
    .shop-detail-content h3.product-title {
        font-size: 22px;
    }
    .product_page_shop-section {
        padding: 100px 0 25px;
    }
    .related_product-section {
        padding: 50px 0 25px;
    }
    .related_product-section .related-product-slider {
        margin-top: 35px;
    }
    .restaurant-tab-area .related-product-slider .food-box .desc {
        padding: 15px 10px;
    }
}