@media (min-width: 1200px) {

}

@media (min-width: 1366px) {

}

/* max width  */
@media (max-width: 1680px) {

}

@media (max-width: 1440px) {
    h1 {
        font-size: 52px;
    }
    
    h2 {
        font-size: 42px;
    }
    .product-area.with-filter .single-product-item .product-content .btn-wrap {
        flex-wrap: wrap;
    }
}

@media (max-width: 1366px) {
     
}

@media (max-width: 1199px) {
    .header-area {
        background: #fff;
        padding: 15px 0;
        top: 0;
    }
    .sticky-wrapper.is-sticky .header-area {
        padding: 10px 0;
    }
    .header-area.active {
        box-shadow: none;
    }
    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
    }
    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
    .header-area .navbar-toggler {
        background: #2AA1F7;
        height: 45px;
        width: 50px;
        border-radius: 8px;
    }
    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #fff;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }
    .navbar-toggler span:last-child {
        margin-bottom: 0;
    }
    .navbar-toggler[aria-expanded=false] span:nth-child(2) {
        opacity: 1;
    }
    .navbar-toggler[aria-expanded=true] span:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler[aria-expanded=true] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px;
    }
    .navbar-toggler[aria-expanded=true] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative;
    }
    .navbar-nav .nav-item {
        margin-right: 0;
    }
    .navbar-nav .nav-item a {
        font-size: 16px;
        line-height: 50px;
        color: #ffffffc2;
        display: block;
        padding: 0;
    }
    .navbar-nav .nav-item:not(:last-child) {
        margin-right: 0;
        border-bottom: 1px solid #dddddd3b;
    }
    .header-area .navbar .header-btns li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .navbar-nav .nav-item {
        position: relative;
        line-height: inherit;
    }
    .navbar-nav .nav-item:not(:last-child):after {
        display: none;
    }
    .header-area .navbar-nav {
        display: none;
    }
    .header-area .header-btns {
        display: none!important;
    }
    h1 {
        font-size: 42px;
    }
    
    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 28px;
    }
    .banner-area .banner-content p {
        font-size: 16px;
    }
    body {
        font-size: 16px;
    }
    .banner-area .notice-bar {
        font-size: 18px;
    }
    .newsletter {
        flex-direction: column;
    }
}


@media (max-width: 991px) {
    .banner-area {
        padding: 80px 0 180px;
        height: auto;
    }
    .banner-area .notice-bar {
        font-size: 18px;
        width: 90%;
        border-radius: 30px 30px 0 0;
    }
    .btn-solid-primary, .btn-outline-primary, .btn-outline-dark {
        font-size: 16px;
    }
    .about-area .about-thumb {
        position: inherit;
        width: 100%;
        margin-top: 30px;
    }
    .contact-bottom {
        margin-top: 30px;
    }
    .product-area.with-filter .sroting select {
        height: 50px;
    } 
    .product-area.with-filter .sroting p {
        min-width: 70px;
        text-align: left;
    }
    .product-description {
        grid-template-columns: 1fr;
        padding: 30px;
    }
    .product-description .left-box {
        padding: 0;
        border: none;
    }
    .product-description .right-box {
        padding: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .brand-area {
        padding: 50px 0;
    }    
    .features-area {
        padding: 50px 0;
    }
    .about-area {
        padding: 50px 0;
    }
    .product-area {
        padding: 50px 0;
    }
    .contact-area {
        padding: 50px 0;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .footer-bottom .copyright {
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-bottom .privacy-menu {
        justify-content: center;
    }
    .footer-top {
        padding: 50px 0 50px;
    }
    .footer-widget .footer-logo {
        margin-bottom: 30px;
    }
    .header-area .navbar-brand {
        max-width: 150px;
    }  
    .sidebar .sidebar-item .categories {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .sidebar {
        margin-bottom: 30px;
        height: auto;
    }
    .product-details-area {
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .contact-info-box .icon {
        height: 60px;
        width: 60px;
        min-width: 60px;
        font-size: 20px;
    }
    .contact-info-box .contact-info-content a {
        font-size: 20px;
    }
    .header-top-bar .social-icons li a {
        height: 30px;
        width: 30px;
        font-size: 14px;
    }
    .pagination .page-slide {
        height: 40px;
        width: 40px;
        min-width: 40px;
    }
    .pagination .page-item {
        height: 40px;
        width: 40px;
        min-width: 40px;
        font-size: 16px;
    }
    .pagination {
        justify-content: center;
        margin-top: 30px;
        align-items: center;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    
}

@media (max-width: 400px) {
  
}


@media (max-width: 375px) {
    
}