@media screen and (max-width:1199px) {
    .top_main, .navmain {
        display: none;
    }

    .mob_main {
        display: block;
    }
}

@media screen and (max-width:969px) {
    .footer {
        display: none;
    }

    .mob_footer {
        display: block;
    }
}

/* For Desktop View */
@media screen and (max-width: 1024px) {
    .tabs_block .tabs_card {
        /* width: min-content !important; */
        padding: 0% !important;
    }

    .tabs_card {
        /* width: min-content !important; */
        height: fit-content;
    }

    .recently_add_sec_slider {
        /* justify-content: start !important; */
        /* flex-wrap: nowrap !important; */
    }

    /*.banner_category_main img {*/
    /*    width: 30% !important;*/
    /*}*/

}

@media screen and (max-width:1396.36px) and (orientation: landscape) {
    .navbar li {
        margin-left: 2rem !important;
    }

    .second_card_hide {
        display: none;
    }

    .recently_add_sec_slider {
        flex-wrap: nowrap;
        justify-content: start !important;
    }

    .tabs_card {
        width: 190px;
    }

    .tabs_block .tabs_card {
        width: 225px
    }


    .allP_best {
        width: 270px;
    }

    .Tslider_img {
        width: 350px;
    }

    .banner_cat {
        padding: 0% !important;
    }

    /*.shop_filter_section {*/
    /*    display: none !important;*/
    /*}*/
        .tabs_side_card img{
        width:240px; !important;
    }
    .deals-side-cards img{
        width:220px !important;
    }

}

/* For Tablet View */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .tabs_block .tabs_card {
        width: 140px;
    }

    .best_card {
        width: 50% !important;
    }

    .recently_add_sec .tabs_card {
        width: 200px;
    }

    .second_card_hide {
        display: none;
    }

    .featured_products {
        display: none;
    }

    .deals_col_row {
        flex-wrap: nowrap;
        overflow: scroll;
    }
    .mobile_slider_back {
        display: block !important;
    }
    .shop_cards_main .tabs_card{
    width: 175px;
    }


}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) and (orientation: landscape) {}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {}

/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {}

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {}

/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {}


@media screen and (max-width:433px) {
    .tabs_card {
        width: 145px !important;
        height: fit-content;
    }

    .banner_category_row {
        justify-content: start !important;
        overflow: scroll;
        flex-wrap: nowrap !important;
    }

    .tab-content .tabs_card {
        width: 150px;
    }

    .mobile_slider_back {
        display: block !important;
    }

    .shop_filter_sec {
        display: none;
    }

    .recently_add_sec .tabs_card {
        width: 143px !important;
    }

    .shop_filter_sec {
        display: none;
    }

    .shop_side_btn {
        display: block !important;
    }

    .featured_products {
        display: none !important;
    }

    .all_page_main_row {
        justify-content: center !important;
    }

    .all_cards_col {
        width: auto !important;
    }

    .tab_content_all_second .tabs_card {
        width: 140px !important;
    }

    .deals_col_row {
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .shop_filter_section {
        display: none !important;
    }

    .switch {
        display: none;
    }
    .singal-prod-side-main{
        width:100% !important;
    }
    .singal-prod-image{
        width:100% !important;
    }
    .singal-prod-desc{
        width:100% !important;
    }
    .finance-icon-mob {
        display: block !important;
    }
    .cart-table{
        width: max-content !important;
    }
    /*.prod-desc{*/
    /*    width:auto !important;*/
    /*}*/
    .modal-prompt, .pay-card{
        width: 350px !important;
        padding: 20px;
    }
    .shop_cards_main_row{
        justify-content:space-evenly;
    }
    .prod-title{
        width:auto !important;
    }
    .deals-content{
        width:auto !important;   
    }
    .deals-row{
       justify-content:center !important;
    }
     .banner-cat-row {
        width: 100px;
        justify-content: start !important;
    }
    .banner-cat-row-main{
        overflow: scroll;
    }
    .pay-method{
        display:block !important;
    }
    .prod-side-decs{
        width:auto !important;
    }
    
}