@media only screen and (max-width: 480px) and (min-width: 320px) {
    body {
        overflow-x: hidden;
    }
    .main-nav .site-navigation {
        padding: 0px 10px 0px 10px;
    }
    .main-nav .site-navigation .navbar-brand img {
        height: 80px;
    }

    .header-navigation-area {
        display: none;
    }
    .header .header-top .header-top-right {
        text-align: center;
    }
    .site-menu-wrap {
        z-index: 9999;
        position: fixed;
        background: #f1f1f1;
        top: 0;
        left: -800px;
        width: 95%;
        height: 100%;
        border-radius: 5px;
        transition: all 500ms ease-in-out;
        padding: 80px 60px;
    }
    .mobile-menu {
        display: block !important;
    }
    .desk-menu {
        display: none !important;
    }
    .footer .footer-item {
        position: relative;
        padding: 10px 20px;
    }
    /* .cart-btn{
		display: none;
	} */
    .slide-content {
        width: 100%;
    }
    .hero-slide-item {
        height: 300px;
    }
    .banner-image {
        padding-top: 15px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .product-details-section .product-thumbnail {
        width: auto;
    }
    .category-image img{
        height: 100px;
    }
    .padding-top-125 {
        padding-top: 125px;
    }
}

@media only screen and (max-width: 991px) {
    .main-nav .site-navigation .navbar-brand img {
        height: 75px;
        width: auto;
        padding: 0px;
    }
    #feature-top {
        margin: 50px 0px 20px;
    }
    .hero-slide-item {
        height: 425px;
    }
    .slide-content {
        max-width: 100%;
        padding: 0px 10px;
        left: 4px;
    }
    .slide-content .slide-title {
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
    }
    .slide-content .hero-slide-desc {
        font-size: 16px;
        margin-bottom: 0;
        line-height: normal;
    }
    .footer-widget .footer-social ul li {
        display: inline-block;
    }
    .line-footer {
        display: none;
    }

    .mobile-menu-trigger {
        display: block;
    }
    .site-menu-wrap {
        display: none;
    }
    .header-breadcrumb {
        padding: 80px 0;
        text-align: center;
    }
    .nav-item {
        display: block;
    }
    .flaticon-angle-arrow-down {
        display: none;
    }
    .nav-item.has-children .dropdown .nav-item a {
        color: #fff;
        padding: 13px 0px;
        font-weight: 500;
        font-size: 15px;
    }
    .slicknav_nav ul {
        width: 100%;
    }
    .slicknav_nav .has-children ul li {
        padding-left: 25px;
    }

    .nav-item.has-children .dropdown .nav-item a:hover {
        margin-left: 0px;
    }

    .header-navigation-area {
        display: none;
    }
    .mobile-menu-trigger {
        display: block;
    }
    .header .header-top .header-top-right {
        text-align: center;
    }
    .toggle-image {
        display: block;
    }
    .pc-image {
        display: none;
    }
    .cat_menu {
        display: none !important;
    }
    .mobile-category {
        display: block;
    }
    .category-image img {
        height: 130px;
    }
    .mobile-nav-design
    {
        display: block;
        border-top: 1px solid #dee2e6 !important;
        bottom: 0px;
        z-index: 9;
        /* background: #f89520; */
        background: #298FC6;
        color: white;
        position: fixed;
        width: 100%;
        padding: 5px 0px;
    }
}
@media only screen and (max-width: 767px) {
    .header_main .header_extra {
        justify-content: center !important;
    }
    .category-image img {
        height: 130px;
    }
}
@media only screen and (min-width: 768px) {
    .hero-slide-item {
        height: 380px;
    }
    .slide-content {
        max-width: 100%;
    }
    .slide-content .slide-title {
        font-size: 35px;
        font-weight: 600;
        line-height: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    /* .hero-slide-item {
        height: 500px !important;
    } */
    .slide-content .slide-title {
        font-size: 30px;
    }
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .table-responsive {
        display: inline-table;
    }
    .brand-box .pc img {
        height: 150px;
        object-fit: contain;
    }
    .concern-box .pc img {
        height: 150px;
        object-fit: contain;
    }
}

@media (min-width: 1200px) {
    .hero-slide-item {
        height: 525px;
        /* height: 500px; */
    }
    .header_search .header_search_content {
        padding: 4px 8px 5px;
    }
}
