 /* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (min-width: 1400px) {
    .mip_flash_text.mip_counter {
        margin-left: 1.2%;
    }
    .mip_md_cart{
        display: none;
    }
    .mip_sm_wallet .mip_sm_wallet_price{
        display: block;
        padding: 0px 0px !important;
    }
    .mr-1.mip_home_delivery_btn {
        margin-right: 1.5rem!important;
    }
    .mip_plus_btn{
        width: auto !important;
        padding-right: 0 !important;
        padding-left: 27px !important;
    }
 }


 @media (min-width: 1200px) and (max-width: 1399.98px) {
    .main_menu ul li a {
        color: #292933;
        padding: 16px 15px 1px 4px;
        font-family: "Trebuchet MS",sans-serif !important;
        font-size: 14px;
        font-weight: 700;
        transition: all .3s linear;
    }

    .mip_md_cart{
        display: none;
    }
    .mip_sm_wallet .mip_sm_wallet_price{
        display: block;
        padding: 0px 0px !important;
    }
    .mip_local_pic {
        padding-left: 17px;
    }
  }

/* // X-Large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) and (max-width: 1399.98px) { ... } */
/* @media (max-width: 1279px) {

 } */

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .mip_local_pic {
        padding-left: 17px;
    }
    .mip_home_delivery_btn {
        padding-left: 5px;
    }
    .mip_sm_wallet .mip_sm_wallet_price{
        display: block;
        padding: 0px 0px !important;
    }

    .col-auto.pl-0.pr-3.d-flex.align-items-center.mip_pc_logo {
        position: relative;
        z-index: 9999999;
        width: 160px;
        height: 64px;
        background: white;
        top: 0px;
        bottom: 0;
        padding: 5px 0px 0px 0px !important;
        margin: 0 !important;
        display: block !important;
        text-align: left;
    }



    .mip_pc_logo img.mw-100.h-40px.h-md-40px {
        height: 57px !important;
    }
    .mip_product_grid_res_5 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .footer-big-btn h5 {
        font-size: 16px;
        line-height: 28px;
    }
    .mip_grid_quick_menu_home {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .mip_footer_menu ul li {
        width: 48%;
    }
    .list-inline-item:not(:last-child) {
        margin-right: .2rem;
    }
    .mip_grid_custom_4 {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .mip_product_grid_res_4 {
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-row-gap: 12px;
        grid-column-gap: 12px;
    }
    .mip_flex_wrap{
    flex-wrap: wrap !important;
    }
    .d-block-1199 {
        display: block !important;
    }
    .d-none-1199, .d-lg-block {
        display: none !important;
    }
    .mip_flash_text.mip_counter {
        margin-right: 10%;
        margin-left: 1.8%;
    }
    .mip_flash_deals_grid_res_3 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .mip_brand_grid {
        grid-template-columns: repeat(5,minmax(0,1fr));
    }

    .mip_md_cart{
        display: block;
    }
    .order_track span.before:before {
        width: 184px;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px){
    [btn-group]:before {
    content: attr(data-grouptype);
    color: #767676;
    display: block;
    font-size: 0.8125em;
    width: 31px;
    height: 29px;
    padding: 6px 0px 0px 8px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    left: 47%;
    top: 6px;
    margin-left: 1px;
    line-height: 19px;
}
.mip_or_register {
    width: 50%;
}
[btn-group] > a + a {
    margin-left: 0px;
}

    .additional_d_flex{
    display:flex !important;
        flex-direction: column-reverse !important;
    }
    .table_response{
        margin-top: 21px !important;
    }
    .bdt_mip_btn{
        margin-top: 1px !important;
    }
    .trash_br {
        background-color: #ff00004d !important;
        color: red !important;
        border: none !important;
        padding: 0px 21px !important;
        border-radius: 3px;
    }
    .single_price_totl {
        text-align: end !important;
    }
    .mip_charge_btn{
        bottom: 11px !important;
        right: -2px !important;
    }
    /* .mip_flash_picture {
        padding-top: 34px !important;
    } */
    button.btn.text-white.h-100.absolute-top-right.set-session.mip_top_banner_icon {
        top: -6px;
    }
    .mip_top_banner_icon i{
        font-size: 19px;
    }

    /* .mip_qk_grid_btn_3 .sticker {
        width: 70% !important;
    } */
    .mip_qk_grid_btn_3 {
        grid-template-columns: repeat(3,minmax(0,1fr)) !important;
        grid-row-gap: 0;
        grid-column-gap: 0;
        display: grid;
    }

    .mip_home_delivery_btn {
        padding-left: 4px;
    }
    .flash_deals_card {
        background: #e1e1e1 !important;
        border-radius: 16px !important;
        height: 619px;
    }
    /* .mip_local_pic{
        padding-left: 9px;
    } */
    .col-auto.pl-0.pr-3.d-flex.align-items-center.mip_pc_logo {
        position: relative;
        z-index: 9999999;
        width: 160px;
        height: 64px;
        background: white;
        top: 0px;
        bottom: 0;
        padding: 5px 0px 0px 0px !important;
        margin: 0 !important;
        display: block !important;
        text-align: left;
    }
  .mip_quantity {
        padding-right: 4px !important;
    }

    .mip_quantity_button {
        margin-left: 8px !important;
    }
    .mip_pc_logo img.mw-100.h-40px.h-md-40px {
        height: 57px !important;
    }


    .mip_product_grid_res_5 {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-row-gap: 14px;
        grid-column-gap: 2px;
    }
    .mip_grid_quick_menu_home {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .mip_grid_custom_4 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .mip_product_grid_res_4 {
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-row-gap: 12px;
        grid-column-gap: 12px;
    }

    .mip_todays_deal_section {
        display: none;
    }
    .mip_m_header {
        padding: 16px 0px;
    }
    .mip_flash_text.mip_counter {
        margin-right: 12%;
        margin-left: 2%;
    }

    .mip_flash_deals_grid_res_3 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    /* .flash_deals_counter {
        top: -17%;
    } */
    /* .flash_deals_card .card-body {
        padding-bottom: 70px;
    } */
    .mip_brand_grid {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
    .order_track span.before:before {
        width: 136px;
    }
    .mip_purchase_history_track span.before:before {
        width: 136px;
    }
    .mip_total_res {
        padding-right: 33px !important;
    }
    .next_zen_counter {
        padding-top: 34px !important;
    }
    .mip_local_pic {
        padding-left: 15px;
    }
 }

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
     .mip-carousel .slick-dots button {
        height: 14px;
        width: 14px;
    }
    
    .mip_single_price , .mip_regular_price{
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

    .mip-carousel .slick-dots .slick-active button {
        padding: 0 15px;
        border-radius: 4px;
    }
     .mip_two_align_btn{
       display: flex !important;
        justify-content: space-between !important;
    }
    .agri_box_mip{
        padding-top:47px !important;
    }
    .additional_d_flex{
        display:flex !important;
        flex-direction: column-reverse !important;
    }
    .mip_qk_grid_btn_3 {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-row-gap: 0;
        grid-column-gap: 0;
        display: grid;
    }
    .table_response{
        margin-top: 6px !important;
    }
    .trash_br {
        background-color: #ff00004d !important;
        color: red !important;
        border: none !important;
        padding: 0px 9px;
        border-radius: 3px;
    }
    .subtotal_next_xen {
        padding-left: 25px;
    }
    .single_price_totl {
        text-align: left !important;
        padding-left: 0 !important;
    }
    .mip_home_delivery_btn {
        padding-left: 2px;
    }
    .mip_local_pic {
        padding-left: 14px;
    }
    button.btn.text-white.h-100.absolute-top-right.set-session.mip_top_banner_icon {
        top: -8px;
    }
    .mip_flash_image{
        display: flex;
       align-items: center;
       justify-content: center;
        flex-direction: column;

    }
    .mip_inner_image {
        margin: 0 !important;


    }
    .mip_flash_picture {
        margin: 0 !important;
        padding-bottom: 0 !important;

    }
    .mip_top_banner_icon i{
        font-size: 16px;
    }


    .mip_user_dashboard{
        border-right: 0 !important;
    }

    .mip_delete_info{
        padding-left: 40px !important;
    }

    .mip_banner_slider .mip-carousel .slick-prev {
        left: 4px !important;
    }
    .mip_banner_slider .mip-carousel .slick-next {
        right: 4px !important;
    }

    .mip_tax_res {
        padding-left: 20px !important;

    }

    .col-auto.pl-0.pr-3.d-flex.align-items-center.mip_pc_logo {
        position: relative;
        z-index: 9999999;
        width: 160px;
        height: 64px;
        background: white;
        top: 0px;
        bottom: 0;
        padding: 5px 0px 0px 0px !important;
        margin: 0 !important;
        display: block !important;
        text-align: left;
    }

    .mip_pc_logo img.mw-100.h-40px.h-md-40px {
        height: 57px !important;
    }


    .mip_product_grid_res_5 {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-row-gap: 12px;
        grid-column-gap: 2px;
    }
    .mip_grid_quick_menu_home {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .mip_grid_custom_4 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .mip_product_grid_res_4 {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-row-gap: 10px;
        grid-column-gap: 10px;
    }

    .mip_todays_deal_section {
        display: none;
    }
    .mip_flex_wrap{
        flex-wrap: wrap !important;
        }
    .mip-mobile-bottom-nav {
        width: 100% !important;
        border-radius: 0 !important;
        margin-bottom: 0 !important;
    }
    .mip_m_header {
        padding: 7px 0px;
    }
    .mip_flash_text.mip_counter {
        margin-right: 13%;
        margin-left: 3%;
    }
    .mip_features_product {
        padding-top: 9px;
    }
    .mip_svg svg {
        width: 50px !important;
        height: 46px !important;
    }
    .mip_flash_deals_grid_res_3 {
        grid-template-columns: repeat(1,minmax(0,1fr));
        grid-row-gap: 20px;
    }
    /* .flash_deals_counter {
        top: -21%;
    } */
    .mip_brand_grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .order_track span.before:before {
        width: 100px;
    }
    .mip_purchase_history_track span.before:before {
        width: 100px;
    }

    .cart_btn_return{
        display: flex;
    justify-content: space-between;
    margin-left: 0px !important;
    padding-right: 25px !important;
    }
    .cpan_next{
        margin-left:0px !important;
    }

 }

 @media screen and (max-width: 1279px) {
    .mip_plus_btn{
        width: auto !important;
        padding-right: 0 !important;
        padding-left: 27px !important;
    }
    /*BSG mip 11-05*/
    .col-auto.pl-0.pr-3.d-flex.align-items-center.mip_logo_responsive img {
        width: auto;
        height: 50px !important;
    }


    a.text-white.d-block.text-center.pb-2.pt-3.svg-active:before {
        position: absolute;
        top: -1px;
        left: 29px;
        border: solid transparent;
        border-bottom: solid #ffffff;
        border-width: 0 7px 8px;
        content: "";
        pointer-events: none;
        transform: rotate(180deg);
    }

    a.text-white.d-block.text-center.pb-2.pt-3.svg-active .text-primary, .hov-text-primary:hover {
        color: #f35f27 !important;
    }
    .mip-mobile-bottom-nav path {
        fill: white !important;
    }
    .mip_fixed_modal {
        position: relative;

    }

    .position-relative.logo-bar-area.border-bottom.border-md-nonea.z-1025 {
        height: 60px;
        padding: 4px 1px;
    }

    /* .mip_qk_grid_btn_3 {
        grid-template-columns: repeat(4,minmax(0,1fr));
        grid-row-gap: 0;
        grid-column-gap: 20px;
        display: grid;
    } */


    .d-flex.mip_display_block {
        display: block !important;
    }

    .mip_inline_product_pricesection {
        margin: 0 2px 4px 0px !important;
        /*background: rgb(133 133 133 / 21%);*/
        border-radius: 11px;
        padding: 7px 9px;
        font-size: 14px;
        display: block;
        width: fit-content;
        font-weight: 500;
        cursor: pointer;
        line-height: 24px;
        padding: 3px 7px;
        font-size: 13px;
    }



      /*BSG mip 11-05*/

 }

 @media (min-width: 576px) {
  

    .product_zero{
         padding:0 !important;
     }

    .mip_tax_res {
        padding-left: 20px !important;
    }

    .mip_brands_image_respon{
        width: 100% !important;
        height: 115px;
    }

    .mip_warranty_cart_button{
        margin-left: 8px;
        line-height: 17px;
    }



    /* .mip_quantity_button {
        margin-right: 33px !important;
    } */

    /* .mip_quantity {
        padding-right: 74px !important;
    } */

    .sticky_product_name {
        display: none !important;
    }

    .mip_sm_wallet .mip_sm_wallet_price{
        display: block;
        padding: 6px 0px;
    }

    .mip-mobile-bottom-nav {
        width: 100% !important;
        height: 72px;
        border-radius: 0px;
    }

 }
 @media (max-width: 575.98px) {
        .mip_single_price , .mip_regular_price{
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
}
     .mip-carousel .slick-dots button {
        height: 12px;
        width: 12px;
    }
    .mip-carousel .slick-dots .slick-active button {
        padding: 0 12px;
        border-radius: 4px;
    }
     .mip_margin_zero{
         margin:0 !important;
     }
     .twoline {
      max-height: 5em; /* 2 lines with some extra space */
      overflow: hidden;
      position: relative;
    }
    
    .twoline_see-more {
      display: none;
    }
    .twoline_see-less {
      display: none;
    }
    
    .twoline_expanded .twoline {
      max-height: none;
    }
    
    .twoline_expanded .twoline_see-more {
      display: none;
    }
    .twoline_expanded .twoline_see-less {
      display: inline;
    }
    
    .twoline_collapsed .twoline_see-more {
      display: inline;
    }
    .twoline_collapsed .twoline_see-less {
      display: none;
    }
        
    
    
     .form_grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
        grid-row-gap: 0px;
    }
     .font_size_small{
         font-size:12px !important;
     }
     .mip_wallet_btn{
             font-size: 12px !important;
    padding: 4px 9px !important;
    margin-top: 7px !important;
     }
     .responsive_ndod{
         height:fit-content !important;
     }
     .agri_box_mip{
         margin-top:13px !important;
     }
     /*.completeeet{*/
     /*    margin-right: 24px !important;*/
     /*}*/
     .additional_d_flex{
    display:flex !important;
        flex-direction: column-reverse !important;
    }
    
    .mip-carousel.gutters-16 .carousel-box {
    padding-left: 7px;
    padding-right: 7px;
}

    .vmmmm {
        margin-top: 1px;
        margin-left: 7px;
        background: #f6f6f6;
        height: max-content !important;
        border: 1px solid #9a9a9a !important;
        width: fit-content;
        padding: 0px 18px;
    }
    .mip_two_align_btn{
       display: flex !important;
    justify-content: space-between !important;
    }
    .nextzzzzenn_mip_duble_btn {
        justify-content: space-between !important;
    }
    .aganin_responsive {
        flex: auto !important;
        justify-content: space-between !important;
    }


    /* .table_response{
        margin-top: 21px !important;
    } */
    /*.responsice_sub {*/
    /*    display: none !important;*/
    /*}*/
    .padding_res{
        padding: 15px !important;
    }
.image_re{
    margin-top: 3px !important;
}
    .mip_two{
        margin-left: 5px !important;
    }
    .bdt_mip_btn {
        border: 1px solid #b2b2b2;
        padding: 3px 3px !important;
        background: #f6f6f6;
        border-radius: 5px;
        color: #000 !important;
        margin-top: 1px !important;
        font-size: 12px !important;
        margin-left: 0px;
        width: max-content !important;
    }
    .mip_icon_on_remove{
        font-size: 12px;
    }
    .none_display{
        display: none !important;
    }
    .nextz_but {
        margin-top: 1px;
        margin-left: -5px;
        background: #e1e1e1;
        height: max-content !important;
        border: 1px solid #b2b2b2 !important;
        width: max-content !important;
    }
    .nextz_buts {
        margin-top: 1px;
        margin-left: -5px;
        background: #f6f6f6;
        height: max-content !important;
        border: 1px solid #b2b2b2 !important;
        width: max-content !important;
    }
    .trash_br {
        background-color: #ff00004d !important;
        color: red !important;
        border: none !important;
        padding: 1px 9px;
        border-radius: 3px;
    }
    .remv_spa_btn {
        font-size: 10px;
        font-family: inherit;
        font-weight: 400 !important;
        /* margin-top: -31px !important; */
    }
    .text-xl{
        font-size: 15px !important;
    }
    /* .single_price_totl {
        text-align: left !important;
        padding-left: 0 !important;
    }
    .mip_shop_button_phone_device{
            padding: 9px 11px 9px 5px !important;
    } */
    .mip_complete_order_button_res{
        padding: 2px 13px 2px 14px !important;
    }
    .nextxen_to_returnshop{
        padding: 9px 11px 10px 11px !important;
    }
    .mip_local_pic {
        padding-left: 12px;
    }
    .mip_quantity {
        padding-right: 33px !important;
    }

    button.btn.text-white.h-100.absolute-top-right.set-session.mip_top_banner_icon {
        top: -9px;
    }
    .mip_top_banner_icon i{
        font-size: 14px;
    }


    /* mip_product_details_stock_out_price_start */
    .mip_inline_product_pricesection{
        margin: 3px 12px 4px 0px !important;
    }
    /* mip_product_details_stock_out_price_end */
    .mip_quantity_button{
        margin-left: 7px !important;
    }
    .mip_warenty_btn_text{
        font-size: 11px !important;
    }
    .mip_warenty_btn_title{
        font-size: 13px !important;
    }
    .mip_buttonreturn{
        margin-right: 2px !important;
    }
    .mip_delete_info{
        padding-left: 40px !important;
    }
    .mip_sm_wallet .mip_sm_wallet_price{
        display: block;
        padding: 10px 0px;
    }
    .mip_regular_price{

        padding-bottom: 2px !important;
    }
    .netxzen_font_size_message_send{
        font-size: 13px !important;
        font-weight: 600;
    }
    .mip_onlin_inquere_btn{
        font-size: 14px !important;
    }
    .mip_onlin_inquere{
        font-size: 13px !important;
    }
    /* .sticker.blue {
        padding: 9px 20px 9px 8px !important;
    } */
    .mip_qk_grid_btn_3 {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-row-gap: 4px;
        grid-column-gap: 0px;
        display: grid;
    }
    .sticker.blue {
        padding: 7px 0px 7px 6px !important;
    }

    .mip_qk_grid_btn_3 .sticker {
        width: 167px !important;
    }
    .mip_qk_grid_btn_3 .sticker {
        width: 164px !important;
    }
    .netxzen_font_size_message{
        font-size: 11px !important;
    }
    .col-auto.pl-0.pr-3.d-flex.align-items-center.mip_pc_logo {
        position: relative;
        z-index: 9999999;
        width: 160px;
        height: 64px;
        background: white;
        top: 0px;
        bottom: 0;
        padding: 5px 0px 0px 0px !important;
        margin: 0 !important;
        display: block !important;
        text-align: left;
    }

    .mip_pc_logo img.mw-100.h-40px.h-md-40px {
        height: 57px !important;
    }
    .mip_product_grid_res_5 {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-row-gap: 12px;
        grid-column-gap: 2px;
    }
    .mip_grid_quick_menu_home {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .mip_grid_quick_menu_home .mip_fetured_cat_home  a{
        font-size: 10px !important;
    }

    .mip_grid_custom_4 {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .mip_product_grid_res_4 {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-row-gap: 10px;
        grid-column-gap: 10px;
    }
    .mip_todays_deal_section {
        display: none;
    }
    .mip_buy_now_d_none {
        display: none;
    }
    .mip_btn_buy_now {
        width: 100%;
    }
    .mip_cart_button {
        margin: 6px 0;
    }
    .mip_sm_height{
        height: 350px !important;
    }

    /* .mip_sm_height .next_zen_header {
        margin-left: 78px !important;
    }
    .mip_sm_height .next_zen_counter {
        margin-right: 39px !important;
    } */
    .mip_flex_wrap{
        flex-wrap: wrap !important;
        }
    .mb-xsm-2{
        margin-bottom: 1rem !important;
    }
    .sm-price {
        flex-direction: column;
        text-align: center;
    }
    .sm-price-fit{
        margin: 11px 0px;
    }

    .breadcrumb{
        display: revert !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .breadcrumb-item {
        display: inline;
    }
    .mip_m_header {
        padding: 1px 0px;
    }
    .mip_flash_text.mip_counter {
        display: block;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0.5rem!important;
    }
    .mip_svg svg {
        opacity: 0;
    }
    .mip_flash_deals_grid_res_3 {
        grid-template-columns: repeat(1,minmax(0,1fr));
        grid-row-gap: 20px;
    }
    .flash_deals_card {
        height: 600px;
    }
    .mip_brand_grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .order_track img{
        width: 18px;
    }
    .order_track .order_track_img{
        width: 40px !important;
    }
    .order_track span.before:before {
        width: 82px;
    }
    .mip_purchase_history_track img{
        width: 18px;
    }
    .mip_purchase_history_track .order_track_img{
        width: 40px !important;
    }
    .mip_purchase_history_track span.before:before {
        width: 82px;
    }
    /* .row.mip_md_cart {
        display: none;
    } */
    .mip_change_btn a{
        display: block;
        position: absolute;
        right: -16px !important;
        background: #fff;
        padding: 7px 15px 7px 15px !important;
        color: black !important;
        bottom: 7px !important;
    }
    .mip_banner_slider .mip-carousel .slick-prev {
        left: 4px !important;
    }
    .mip_banner_slider .mip-carousel .slick-next {
        right: 4px !important;
    }
    .mip_brands_image_respon{
        width: 100% !important;
        height: 93px;
    }

    .mip_flash_image{
        display: flex;
       align-items: center;
       justify-content: center;
        flex-direction: column;

    }
    .mip_inner_image {
        margin: 0 !important;


    }
    .mip_flash_picture {
        margin: 0 !important;
        padding-bottom: 0 !important;

    }
    .mip_return_to_shop_margin{
        margin-right: 0px !important;
    }
    .mip_another_responsive{
        padding: 9px 15px 9px 9px !important;
    }
 }

 @media (max-width: 469px) {
      .mip-carousel .slick-dots button {
        height: 11px;
        width: 11px;
    }
    .mip-carousel .slick-dots .slick-active button {
        padding: 0 11px;
    }
     .cpan_next{
         margin-left:0px !important;
     }
    .responsive_full_eight{
        padding: 0 !important;

    }
    .mip_zenn_four{
        padding: 0 !important;
        font-size: 12px;

    }
    .mip-plus-minus, .mip-plus-minus input{
        padding: 0 !important;
        font-size: 12px;

    }
    .subtotal_next_xen {
        padding-left: 26px !important;
    }

    .mip_shipping_info{

         margin-left: 1px !important;

       }

    .cart_btn_return{
        display:flex;
         justify-content: space-between !important;
    }

      .mip_shipping_info_margin {
        margin-right: 0px !important;
        padding: 9px 7px !important;
}
    .mip_md_cart .arrow-pointer i {
        background-color: transparent;
        color: transparent !important;
    }
    .mip_sm_wallet .mip_sm_wallet_price{
        display: inline !important;
        padding: 0px !important;
    }
    .mip_payment_height_fixed{
        height: 150px;
    }
   .mip_md_cart .active .arrow-pointer i {
        background-color: transparent;
        color: transparent !important;
    }
    .mip_responcixe {
        padding: 9px 6px 9px 7px !important;
    }
    .mip_spacebtween{
        display: flex;
        justify-content: space-between;
    }

.cart_btn_return button {
    padding-left: 5px !important;
    padding-right: 5px !important;
    /*margin-right: 23px !important;*/
}
.two_next_button_res {
    padding-left: 22px !important;
}
    .mip_spacebtween{
        display: flex !important;
        justify-content: space-between;
    }
    .mip_home_delivery_btn{
        padding-left: 19px;
    }
    .mip_local_pic {
        padding-left: 4px;
    }
    .mip_continue_shop{
        margin-left: 7px;
    }
    .mip_all_return_btn{
        margin-left: 18px;
    }
    .mip_bkash_return_btn{
        display: flex;
        justify-content: space-between;
        padding:0px !important;
    }

 }
 @media (max-width: 350px) {
      .mip-carousel .slick-dots button {
        height: 10px;
        width: 10px;
    }
    .mip-carousel .slick-dots .slick-active button {
        padding: 0 10px;
    }
     .cpan_next{
         margin-left:0px !important;
     }

    .mip_brand_grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .order-track-d-none{
        display: none;
    }
   /*.mip_shipping_info{*/
   /* display: flex;*/
   /* justify-content: space-between;*/
   /* margin-left: 2px;*/

   }
 }
