/* xm - iPhone SE */
@media (max-width: 575px) {

    .search_area .notification-area img {
        width: 25px;
    }


    #banner .card h3,
    #banner .card button,
    #information .col h4,
    #categories .categories-body h5,
    #productAvailable .item .product-details h2,
    #trendyFoods .trendy-navbar a,
    #shopNow .card button,
    footer .footer-body .submission-area h2 {
        font-size: 18px;
    }

    #trendyFoods .trendy-body .product-name,
    #trendyFoods .trendy-body .col .price-area,
    #blog .blog-body .product-title,
    footer .footer-body .submission-area button {
        font-size: 15px;
    }

    #categories .categories-header h2,
    #trendyFoods .trendy-header h2,
    #blog h2 {
        font-size: 30px;
    }

    #banner .card h1,
    #shopNow .card h2 {
        font-size: 40px;
    }

    #banner .card button {
        width: 150px;
        height: 46px;
    }

    #information .container .information-area {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
    }

    #productAvailable .item {
        position: relative;
        padding-bottom: 45px;
    }

    #productAvailable .item .product-details .progress-bar .availability,
    #productAvailable .item .product-details .progress-bar .progress {
        position: absolute;
        bottom: 13px;
        left: 10%;
        width: 82%;
    }

    #productAvailable .item .product-details .progress-bar .availability {
        bottom: 30px;
    }

    #productAvailable .item .product-details .countdown .box {
        padding: 2px 0;
    }

    #trendyFoods .trendy-navbar ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        width: 100%;
    }

    #sellingStatus .container .row {
        padding-left: 5px;
    }

    #blog {
        margin: 50px 0;
    }

    #blog .blog-body .card_2 {
        display: none;
    }

    #clients-area .container .row {
        gap: 0px;
        margin: 5px auto;
        justify-content: space-around;
    }

    #clients-area .container .row img {
        width: 150px;
    }

    footer {
        margin-top: 50px;
    }

    footer .footer-body .FAQ {
        padding-left: 0px;
    }

    footer .footer-body .about-area .social-icon a {
        margin-right: 10px;
    }

}


/* sm - galaxy tab s4 */
/* @media (min-width: 576) and (max-width: 767px) {
    .container {
        width: 95%;
    }

    nav ul.mainMenu {
        top: 100px;
    }

    #banner .card h1 {
        font-size: 50px;
        width: 80%;
    }

    #information .container .information-area,
    #categories .categories-body,
    #trendyFoods .trendy-body {
        justify-content: space-evenly;
    }


    #trendyFoods .trendy-navbar ul {
        gap: 40px;
    }

    #trendyFoods .trendy-body .col {
        width: 200px;
        margin-bottom: 0px;
    }

    #trendyFoods .trendy-body .col img {
        height: 220px;
    }

    #shopNow .container {
        margin: 0 auto;
    }

    #shopNow .card h2 {
        font-size: 20px;
    }

    #shopNow .card h2 {
        font-size: 40px;
    }

    #sellingStatus .container .row {
        flex-wrap: wrap;
    }

    #sellingStatus .row .col {
        margin-top: 30px;
    }

    #blog {
        margin: 40px 0;
    }

    #blog .blog-body {
        justify-content: center !important;
    }

    #clientLogo .container .row {
        width: 100%;
        justify-content: space-evenly;
        margin-bottom: 20px;
    }

    footer {
        padding-bottom: 80px;
    }

    footer .footer-head {
        padding: 20px 0 10px 0;
    }

    footer .footer-body {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }

    footer .footer-body .navlink-area {
        padding-left: 0;
    }

    footer .footer-body .submission-area h2 {
        font-size: 24px;
        font-weight: 400;
        margin-top: 0px;
    }

    footer .footer-body .submission-area button {
        margin-bottom: 10px;
    }

    footer .footer-body .submission-area .payment-method a {
        margin-right: 10px;
    }
} */


/* md - Surface Pro 7 */
@media (max-width: 991px) {
    .container {
        width: 95%;
    }

    header {
        background-color: #fff;
        height: 124px;
    }

    .header_main {
        display: none;
    }

    .search_area {
        height: 60px;
    }

    .search_area .logo img {
        width: 130px;
    }

    /* search bar area start  */
    .search-container {
        height: 40px;
        right: -20px;
    }

    .searchbutton {
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .search {
        width: 0;
        padding: 0;
        top: 62px;
        border-width: 0px;
        z-index: 1;
    }

    .search:focus {
        width: 300px;
        border-width: 2px;
    }

    .expandright {
        right: -110px;
        /* z-index: 2; */
    }

    .expandright:focus {
        padding: 0 0 0 10px;
    }

    /* search bar area end  */

    nav label.shop-by-category {
        font-size: 14px;
        padding: 0 30px;
        line-height: 40px;
        margin: 10px;
    }

    nav ul li a {
        font-size: 16px;
    }

    nav .check-btn {
        display: block;
        transition: .5s ease-in-out;
    }

    nav .fa-xmark {
        padding: 5px 10px;
        position: absolute;
        top: 75px;
        right: 42px;
        background-color: #fff;
        display: none;
        font-size: 24px;
        z-index: 0;
    }

    nav #check:checked~.check-btn .fa-xmark {
        display: block;
        transition: .8s ease-in-out;
    }

    nav ul.mainMenu {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #28500d;
        top: 122px;
        right: -100%;
        text-align: center;
        transition: .8s ease-in-out;
        z-index: 5;
        overflow-y: scroll;
    }

    nav ul li {
        display: block;
        margin: 30px 0;
        line-height: 20px;
    }

    nav ul li a {
        color: #fff;
        font-size: 20px;
    }

    nav #check:checked~ul {
        right: 0;
    }

    nav .dropdown ul.dropdown-items {
        position: relative;
        background-color: transparent;
        box-shadow: none;
    }

    nav .dropdown ul.dropdown-items li {
        margin-left: 30%;
    }

    nav .dropdown #subMenu:checked~ul.dropdown-items {
        display: block;
    }

    #banner #slides .slide {
        height: 60%;
    }

    #banner #bannerSlides .inner {
        height: 400px;
    }

    #banner .card {
        max-width: 350px;
        height: 200px;
    }

    #banner .card h3 {
        font-size: 14px;
    }

    #banner .card h1 {
        font-size: 26px;
        margin: 8px auto;
    }

    #banner .card button {
        width: 120px;
        height: 40px;
        font-size: 16px;
    }

    #banner #bullets {
        top: 500px;
    }

    #information .container .information-area {
        margin: 50px 0;
    }

    #information .col {
        text-align: left;
        margin: 15px 0;
        width: 280px;
    }

    #information .col img {
        width: 45px;
        margin: 5px 20px 0 10px;
        float: left;
    }

    #information .col h4 {
        font-size: 14px;
        padding: 5px;
    }

    #information .col p {
        font-size: 14px;
    }

    #information .information-area .car img {
        margin-top: 15px;
    }

    #information .col:nth-child(odd) {
        margin-bottom: 20px;
    }

    #categories .categories-body {
        gap: 8px 30px;
    }

    #categories .categories-header h2 {
        font-size: 24px;
    }

    #categories .categories-body img {
        width: 120px;
        height: 120px;
    }

    #categories .categories-body h5 {
        font-size: 14px;
    }

    #productAvailable .itemDetails {
        margin: 50px auto;
    }

    #productAvailable .item .img-area {
        width: 200px;
        margin: 15px;
    }

    #productAvailable .item .img-area img {
        height: 150px;
    }

    #productAvailable .item .img-area .special-offer {
        width: 70px;
        font-size: 11px;
    }

    #productAvailable .item .product-details h2 {
        margin-left: -5px;
    }

    #productAvailable .item .product-details .product-price {
        gap: 10px;
        font-weight: bold;
        margin-bottom: 0px;
        font-size: 14px;
    }

    #productAvailable .item .product-details .progress-bar .availability {
        font-size: 14px;
    }

    #productAvailable .item .product-details .countdown {
        margin-top: 6px;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0px;
    }

    #productAvailable .item .product-details .countdown .box {
        width: 45px;
        font-size: 11px;
    }

    #productAvailable .item .others-slide {
        display: none;
    }

    #productAvailable #radio-btn {
        visibility: hidden;
    }

    #trendyFoods .trendy-header h2 {
        font-size: 24px;
    }

    #trendyFoods .trendy-navbar ul {
        gap: 20px;
        margin: 0px auto 15px auto;
    }

    #trendyFoods .trendy-navbar a {
        font-size: 16px;
    }

    #trendyFoods .trendy-body .product-name {
        font-size: 15px;
        margin-left: 42%;
    }

    #trendyFoods .trendy-body .col .price-area {
        font-size: 13px;
        margin-left: 32%;
    }

    #trendyFoods .trendy-body .col .price-area .current-price {
        margin-right: 12px;
    }

    #shopNow {
        height: 220px;
        background-position: center;
    }

    #shopNow .container {
        margin: 50px auto;
        align-items: stretch;
    }

    #shopNow .card h3 {
        font-size: 14px;
        margin-top: 30px;
    }

    #shopNow .card h2 {
        font-size: 26px;
        margin: 10px auto 20px auto;
    }

    #shopNow .card button {
        width: 150px;
        height: 40px;
        font-size: 16px;
    }

    #sellingStatus {
        margin-top: 40px;
    }

    #sellingStatus .product-details .row img {
        margin-right: 10px;
    }

    #sellingStatus .product-details .row .product-details .product-price {
        gap: 10px;
    }

    #blog {
        margin: 50px 0;
    }

    #blog .blog-body {
        justify-content: center !important;
    }

    #blog .blog-body .card_1 .productDetails-area .read-more {
        position: static;
        text-align: right;
        margin-top: 0;
    }

    footer {
        padding-bottom: 80px;
    }

    footer .footer-head {
        padding: 20px 0 10px 0;
    }

    footer .footer-body {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 100px 20px;
    }

    footer .footer-body .navlink-area {
        padding-left: 0;
    }

    footer .footer-body .submission-area input {
        width: 80%;
    }

    /* sdsd  */
    footer .footer-body .about-area,
    footer .footer-body .navlink-area,
    footer .footer-body .FAQ {
        font-size: 16px;
    }
}


/* lg - Nest Hub */
@media (min-width: 992px) and (max-width: 1199px) {
    header {
        height: 123px;
    }

    .container {
        width: 95%;
    }

    #productAvailable #radio-btn {
        top: 2320px;
    }

    #blog .blog-body {
        justify-content: space-between;
    }

    #blog .blog-body .col {
        width: 460px;
    }

    #blog .blog-body .card_1 img {
        width: 100%;
        margin-bottom: 10px;
    }

    #blog .blog-body .card_1 .productDetails-area .read-more {
        right: 40px;
    }

    #blog .blog-body .card_2 .productDetails-area {
        margin: auto 16px auto 10px;
    }

    footer .footer-body {
        display: grid;
        grid-template-columns: 4fr 1fr 2fr 4fr;
    }

    footer .footer-body .about-area {
        font-size: 16px;
    }

    footer .footer-body .navlink-area {
        padding-left: 5px;
        font-size: 16px;
    }

    footer .footer-body .FAQ {
        padding-left: 0px;
        font-size: 16px;
    }
}


/* xl - Nest Hub Max */
@media (max-width: 1399.98px) {}