@media only screen and (max-width: 1440px) {


}

@media only screen and (max-width: 1366px) {


}
@media only screen and (min-width: 1200px){
    .out-of-stock-text{
        margin-top: 30px;
      }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px){
    section{
        padding: 60px 0;
    }
    .inner-banner-wrap-section .inner-banner-img{
        height: 300px;
    }
    .inner-banner-wrap-section .inner-banner-title h1{
        font-size: 35px;
    }
    .inner-banner-wrap-section .breadcrumb-item{
        font-size: 16px;
    }
    .inner-banner-text-wrap-section .inner-banner-title h1{
        font-size: 35px;
    }
    .inner-banner-text-wrap-section{
        padding: 180px 0 30px;
    }
    .inner-banner-wrap-section .inner-baner-caption{
        bottom: 10px;
    }
    .out-of-stock-text{
        margin-top: 27px;
      }
      .product-slide-item{
        height: 445px;
      }
}

@media only screen and (min-width: 1200px){
    .search-wrap-box .hidden-search-box{
    right: 130px;
    }
    .checkout-section table.table-condensed {
        border-collapse: collapse;
        display: block;
    }
    .checkout-section .table-condensed thead, .checkout-section .table-condensed tbody {
    display: block;
    }
    .checkout-section .table-condensed thead{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 50px;
    }
    .checkout-section .table-condensed thead::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }
    
    .checkout-section .table-condensed thead::-webkit-scrollbar
    {
        width: 5px;
        background-color: #F5F5F5;
    opacity: 0;
    }
    
    .checkout-section .table-condensed thead::-webkit-scrollbar-thumb
    {
        background-color: transparent;
        border: 2px solid transparent;
    }
    .checkout-section .table-condensed tbody {
    overflow-y: scroll;
    overflow-x: hidden !important;
    max-height: 470px;
    }
    .checkout-section .table-condensed tbody::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }
    
    .checkout-section .table-condensed tbody::-webkit-scrollbar
    {
        width: 5px;
        background-color: #F5F5F5;
    }
    
    .checkout-section .table-condensed tbody::-webkit-scrollbar-thumb
    {
        background-color: #707070;
        border: 2px solid #555555;
    }
    .checkout-section .table-condensed td, .checkout-section .table-condensed th {
    min-width: 160px;
    height: 25px;
    overflow:hidden;
    text-overflow: ellipsis;
    max-width: 160px;
    width: 100%;
    } 
    .checkout-section .table-condensed>tbody.tablebody>tr>td {
    text-transform: capitalize;
    font-size: 14px;
    }
    .checkout-section .qty-wrap{
    width: 100%;
    }
    .checkout-section .qty-wrap > input.qty-value{
    width: 100%;
    }
/* 

    .view-cart-section table.table-condensed {
        border-collapse: collapse;
        display: block;
    }
    .view-cart-section .table-condensed thead, .table-condensed tbody {
        display: block;
    }
    .view-cart-section .table-condensed thead{
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 50px;
    }
    .view-cart-section .table-condensed thead::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }
    
    .view-cart-section .table-condensed thead::-webkit-scrollbar
    {
        width: 5px;
        background-color: #F5F5F5;
        opacity: 0;
    }
    
    .view-cart-section .table-condensed thead::-webkit-scrollbar-thumb
    {
        background-color: transparent;
        border: 2px solid transparent;
    }
    .view-cart-section .table-condensed tbody {
        overflow-y: scroll;
        overflow-x: hidden !important;
        max-height: 390px;
    }
    .view-cart-section .table-condensed tbody::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }
    
    .view-cart-section .table-condensed tbody::-webkit-scrollbar
    {
        width: 5px;
        background-color: #F5F5F5;
    }
    
    .view-cart-section .table-condensed tbody::-webkit-scrollbar-thumb
    {
        background-color: #707070;
        border: 2px solid #555555;
    }
    .view-cart-section .table-condensed td, .table-condensed th {
        min-width: 160px;
        height: 25px;
        overflow:hidden;
        text-overflow: ellipsis;
        max-width: 160px;
        width: 100%;
    } 
    .view-cart-section .table-condensed>tbody.tablebody>tr>td {
        text-transform: capitalize;
        font-size: 14px;
    }
    .view-cart-section .qty-wrap{
        width: 100%;
    }
    .view-cart-section .qty-wrap > input.qty-value{
        width: 100%;
    } */
      
}

@media only screen and (min-width: 992px){
    .side-navbar-nav .dropdown-menu{
        left: unset;
        right: 0; 
        pointer-events: none; 
        opacity: 0; 
        border-radius: 10px; 
        display: block; 
        transform: scale(0.9); 
        transition: var(--tm-transition); 
        border: 0;
        min-width: 285px;
    }
    .main-navbar-nav .dropdown-menu { left: unset;right: 0; pointer-events: none; opacity: 0; border-radius: 10px; display: block; transform: scale(0.9); transition: var(--tm-transition); border: 0; }
    .checkout-section .table a{
        width: 100%;
        text-wrap: wrap;
        max-width: 200px;
        display: inline-block;
    }
    .mobile-menu{
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section{
        padding: 45px 0;
    }
    .navbar-brand > img{
        width: 140px;
    }
    .navbar.custom-navbar .main-navbar-nav .nav-link{
        padding: 15px 10px;
    }
    .product-slider .owl-nav{
        display: none !important;
    }
    .inner-banner-wrap-section .inner-banner-title h1{
        font-size: 35px;
    }
    .inner-banner-wrap-section .breadcrumb-item{
        font-size: 16px;
    }
    .inner-banner-wrap-section .inner-banner-title h1{
        font-size: 35px;
    }
    .inner-banner-text-wrap-section .inner-banner-title h1{
        font-size: 35px;
    }
    .out-of-stock-text{
        margin-top: 27px;
      }
      .product-slide-item{
        height: 460px;
      }
}

@media only screen and (max-width: 991px) {
    header.fixed-top-header{
        position: relative;
    }
    .header-right-menu-wrap {
        display: block;
        float: right;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: auto;
    }
    .header-right-menu-wrap .side-navbar-nav{
        padding-left: 0;
        list-style: none;
        margin-bottom: 0 !important;
        display: flex;
        flex-direction: unset;
    }
    .side-navbar-nav .nav-item .header-right-menu-wrap{
        display: inline-block;
        position: relative;
    }
    .navbar-light .navbar-toggler{
        order: 3;
        border: none;
    }
    .navbar-light .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-collapse{
        position: absolute;
        left: 0px;
        right: 0px;
        top: 88%;
        z-index: 999;
        box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    }
    .navbar-collapse ul{
        background-color: #fff;
    }
    .header-right-menu-wrap .navbar-nav .dropdown-menu{
        position: absolute !important;
        /* right: 0 !important; */
        transform: translate(-63%, 0%) !important;
        left: 100% !important;
        top: 100% !important;
        /* width: max-content; */
    }
    .header-right-menu-wrap .dropdown-menu[data-bs-popper]{
        right: 0 !important;
    }
    .product-slider .owl-nav{
        display: none;
    }
    .side-navbar-nav .dropdown-menu::before{
        display: none;
    }
    .product-slider .owl-nav{
        display: none;
    }
    .side-navbar-nav .dropdown-menu{
        min-width: 300px;
    }
    .main-navbar-nav .dropdown-menu{
        display: none;
    }
    .main-navbar-nav .dropdown-menu.show{
        display: block;
        margin: 10px;
    }
    .categories-slider-wrapper .owl-nav,
    .product-slider .owl-nav{
        display: none !important;
    }
    .navbar.custom-navbar .main-navbar-nav .nav-link.active::before{
        display: none;
    }
    .desk-nav{
        display: none;
    }
    header .navbar-collapse {
        left: -16px;
        right: -16px;
    }
    /* -------------- Mobile Menu CSS Start  -------------- */
    .mobile-menu{
        display: block !important;
        margin-top: 10px;
    }
    .mobile-menu .nav,
    .mobile-menu .nav__sub {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
    list-style-type: none;
    }

    .mobile-menu .nav {
    position: relative;
    width: 100%;
    background-color: #ffcdcf;
    overflow: hidden;
    height: 100vh;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border-radius: 0px;
    /* padding-right: 50px; */
    margin-bottom: 20px;
    }

    .mobile-menu .nav__item + .nav__item {
    /* margin-top: 15px; */
    }
    .mobile-menu .nav__item{
    padding: 10px 15px;
    border-bottom: 1px dashed #f6aeb2;
    }
    .mobile-menu .nav__item:last-child{
    border-bottom: 0px;
    }
    .mobile-menu .nav__item a{
    color: #000;
    align-items: self-start;
    text-decoration: none;
    }
    .mobile-menu .sub__close{
    color: #006395 !important;
    font-size: 17px;
    }
    .mobile-menu .sub__close img{
    filter: brightness(0) invert(1);
    width: 20px;
    margin-right: 8px;
    margin-top: -3px;
    }
    .mobile-menu .nav__link {
    font-weight: 500;
    color: white;
    text-decoration: none;
    width: 20px;
    filter: brightness(0);
    }

    .mobile-menu .nav__sub {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffcdcf;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    transform: translateX(100%);
    z-index: 999;
    }
    .mobile-menu .nav__sub.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    }
    /* -------------- Mobile Menu CSS End  -------------- */
    .con-shopping-btn-wrap{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .perishable-products-sec .owl-nav{
        display: none;
    }
}   

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section{
        padding: 40px 0;
    }
    .section-heading > h1, .section-heading > h2{
        font-size: 35px;
    }
    /* .side-navbar-nav .dropdown-menu { display: none; } */
    .home-main-slider .custom-carousel-caption > h2{
        font-size: 35px;
    }
    .custom-carousel-wrap{
        padding-top: 50px;
        padding-bottom: 50px;
        height: auto;
    }
    .categories-slider-wrapper .owl-nav,
    .product-slider .owl-nav{
        display: none !important;
    }
    .inner-banner-wrap-section .inner-banner-img{
        height: 250px;
    }
    .inner-banner-wrap-section .inner-baner-caption{
        bottom: 50px;
        padding: 0 15px;
    }
    .inner-banner-wrap-section .inner-banner-title h1{
        font-size: 30px;
    }
    .inner-banner-text-wrap-section{
        padding: 100px 0 30px;
    }
    .inner-banner-text-wrap-section .inner-banner-title h1{
        font-size: 30px;
    }
    .search-wrap-box .hidden-search-box{
        width: 80%;
        right: 40px;
    }
    .out-of-stock-text{
        margin-top: 27px;
      }
      .product-slide-item{
        height: 445px;
      }
}

@media only screen and (max-width: 767px) {
    section{
        padding: 40px 0;
    }
    .section-heading > h1, .section-heading > h2{
        font-size: 35px;
    }
    .navbar-brand > img{
        width: 130px;
    }
    .top-header-info, .social-list{
        text-align: center !important;
    }
    .home-main-slider .custom-carousel-wrap{
        padding-top: 40px;
        display: block;
    }
    .namkeen-section::before,
    .bakery-section::before{
        display: none;
    }
    footer .main-ft .f-logo img{
        max-width: 110px;
    }
    .ft-title, .f-links-wrap, .f-social{
        text-align: left !important;
    }
    .home-main-slider .custom-carousel-caption > h2{
        font-size: 35px;
    }
    .product-banner-wrap img{
        max-width: 75%;
        width: 100%;
    }
    .product-slider .owl-nav{
        display: none !important;
    }
    .inner-banner-wrap-section .inner-banner-img{
        height: 200px;
    }
    .inner-banner-wrap-section .inner-baner-caption{
        bottom: 50px;
        padding: 0 15px;
    }
    .inner-banner-wrap-section .inner-banner-title h1{
        font-size: 28px;
    }
    .my-profile-wrapper{
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 20px;
    }
    .inner-banner-text-wrap-section .inner-banner-title h1{
        font-size: 28px;
    }
    .inner-banner-text-wrap-section{
        padding: 80px 0 30px;
    }
    .search-wrap-box .hidden-search-box{
        width: 80%;
        right: 25px;
    }
    .product-info{
        padding: 0 10px;
    }
    .product-slide-item .thumb img{
        height: 150px;
    }
    .wishlist-icon-wrap{
        padding: 6px;
    }
    .wishlist-icon-wrap a img{
        width: 20px;
    }
    .product-slide-item .product-name{
        font-size: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
                line-clamp: 1; 
        -webkit-box-orient: vertical;
    }
    .product-info .price{
        font-size: 14px;
        /* display: block; */
    }
    .add-btn-plus{
        display: flex !important;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }
    .product-slider .qty-wrap,
    .products-list-section .qty-wrap{
        padding: 0 10px;
        width: 100%;
    }
    .product-slider .qty-wrap > input.qty-value,
    .products-list-section .qty-wrap > input.qty-value{
        width: 70px;
        height: 30px;
    }
    .product-slider .qty-wrap > button.id-btn,
    .products-list-section .qty-wrap > button.id-btn{
        height: 30px;
        display: flex;
        align-items: center;
    }
    .zoomWindowContainer .zoomWindow{
        left: 0 !important;
        display: none !important;
      }
      .out-of-stock-text{
        margin-top: 10px;
      }
      .intro-block video{
        box-shadow: none;
      }

      .zoomLens{
        display: none !important;
      }
      .zoomContainer{
        display: none !important;
      }
      .product-slide-item{
        height: 355px;
      }
      .authentication-wrap-section{
        height: 100vh;
      }
      .products-detail-wrap-section #big .big-img-wrap{
        pointer-events: none;
      }
      .adv-banner-sec .carousel-control-next, .adv-banner-sec .carousel-control-prev{
        display: none !important;
      }
      .dataTables_wrapper .dataTables_paginate,
    .dataTables_wrapper .dataTables_info {
        position: -webkit-sticky; /* For Safari */
        position: sticky;
        background: white;
        z-index: 100;
        bottom: 0; /* Sticky at the bottom */
    }

     /* ------------ Table Responsive CSS Start ------------ */
    .view-cart-details-wrapper table {
        /* border: 0; */
    }
    .view-cart-section .table>:not(caption)>*>*,
    .your-order-wrap .table>:not(caption)>*>*{
        padding: .5rem .6rem;
    }
    .view-cart-details-wrapper  table caption,
    .your-order-wrap table caption {
        font-size: 1.3em;
    }
    .view-cart-details-wrapper  table thead,
    .your-order-wrap table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .view-cart-details-wrapper table tr,
    .your-order-wrap table tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }   
    /* #login_history_table_wrapper table tr{
        border-bottom: 1px solid #495057;
    }   */
    .view-cart-details-wrapper tbody tr:last-child td,
    .your-order-wrap tbody tr:last-child td{
        border-bottom: 2px solid #000;
    }
    .view-cart-details-wrapper  table td,
    .your-order-wrap  table td {
        border-bottom: 1px solid #ddd !important;
        display: block;
        font-size: .8em;
        text-align: right !important;
        vertical-align: middle;
      }
    .view-cart-details-wrapper  table td div,
    .your-order-wrap  table td div{
        justify-content: end;
    }
    .view-cart-details-wrapper  table td::before,
    .your-order-wrap  table td::before {
        content: attr(data-label);
        float: left;
        font-weight: 500;
        text-transform: capitalize;
        color: #000;
        max-width: 45%;
        width: 45%;
        text-wrap-mode: wrap;
        text-align: left;
    }
    .view-cart-details-wrapper table td:last-child,
    .your-order-wrap table td:last-child {
        border-bottom: 0;
    }
    .view-cart-details-wrapper .team-leader-text,
    .your-order-wrap .team-leader-text{
        justify-content: end;
    }
    .view-cart-section .qty-wrap,
    .your-order-wrap .qty-wrap{
        width: 100px;
    }
    .view-cart-section .qty-wrap > button.id-btn,
    .your-order-wrap .qty-wrap > button.id-btn,
    .view-cart-section .qty-wrap > input.qty-value,
    .your-order-wrap .qty-wrap > input.qty-value{
        height: 40px;
    }
    /* ------------ Table Responsive CSS End ------------ */

    
}

@media only screen and (max-width: 575px) {
    section{
        padding: 35px 0;
    }
    .navbar-brand > img{
        width: 100px;
    }
    .fixed-top.sticky .custom-navbar .navbar-brand > img{
        width: 105px;
    }
    .home-main-slider .custom-carousel-caption > h2{
        font-size: 30px;
    }
    .section-heading > h1, .section-heading > h2{
        font-size: 30px;
    }
    .product-banner-wrap img{
        max-width: 75%;
        width: 100%;
    }
    .categories-slider-wrapper .owl-nav{
        display: none !important;
    }
    .home-main-slider .carousel-control-next, .home-main-slider .carousel-control-prev{
        display: none !important;
    }
    .inner-banner-wrap-section .inner-banner-img{
        height: 200px;
    }
    .inner-banner-wrap-section .inner-baner-caption{
        bottom: 50px;
        padding: 0 15px;
    }
    .inner-banner-wrap-section .inner-banner-title h1{
        font-size: 25px;
    }
    .inner-banner-text-wrap-section .inner-banner-title h1{
        font-size: 25px;
    }
    .inner-banner-text-wrap-section{
        padding: 70px 0 30px;
    }
    .faqs-wrap-section .accordion-button h2{
        font-size: 19px;
    }
    .inner-banner-text-wrap-section .inner-banner-title h1{
        font-size: 25px;
    }
    .inner-banner-text-wrap-section{
        padding: 80px 0 30px;
    }
    .search-wrap-box .hidden-search-box{
        width: 85%;
        right: 10px;
    }
    .custom-btn-with-border-radius{
        padding: 13px 17px !important;
        font-size: 14px;
    }
    .con-shopping-btn-wrap{
        display: flex;
        justify-content: right;
    }
    .best-saller-wrap h2{
        font-size: 10px;
        padding: 4px 10px;
    }
}

@media only screen and (max-width: 480px) {
    .product-banner-wrap img{
        max-width: 100%;
        width: 100%;
    }
    .search-wrap-box .hidden-search-box{
        width: 95%;
        right: 10px;
    }
    .product-slider .qty-wrap,
    .products-list-section .qty-wrap{
        padding: 0 10px;
        width: 100%;
    }
    .product-slider .qty-wrap > input.qty-value,
    .products-list-section .qty-wrap > input.qty-value{
        width: 100%;
        height: 30px;
    }
    .product-slider .qty-wrap > button.id-btn,
    .products-list-section .qty-wrap > button.id-btn{
        height: 30px;
        display: flex;
        align-items: center;
    }
    .product-slide-item{
        height: 360px;
    }
    .products-detail-wrap-section #thumbs img{
        height: 80px;
    }
    header.fixed-top-header.sticky .navbar-brand > img{
        width: 83px;
    }
    .navbar-brand > img {
        width: 80px;
    }
    .cart-total-wrap-box{
        padding: 10px;
    }
}