@media only screen and (max-width: 480px) and (min-width: 320px) {
    body {
        overflow-x: hidden;
    }
    .main-nav .site-navigation {
        padding: 0px 20px 0px 20px;
    }
    .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: 250px;
    }
    .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;
    }
}

@media only screen and (max-width: 991px) {
    .main-nav .site-navigation .navbar-brand img {
        height: 60px;
        width: auto;
        padding: 10px 0px;
    }
    #feature-top {
        margin: 50px 0px 20px;
    }
    .hero-slide-item {
        height: 165px;
    }
    .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;
    }
    .has-children-category{
        display: none!important;
    }
    .home-box-category{
        display: none!important;
    }
}
@media only screen and (max-width: 767px) {
    .header_main .header_extra {
        justify-content: center !important;
    }
}
@media only screen and (min-width: 768px) {
    .hero-slide-item {
        height: 300px;
    }
    .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: 550px !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: cover;
    }
    .concern-box .pc img {
        height: 150px;
        object-fit: cover;
    }
}

/* @media (min-width: 1200px) {
    .container {
        max-width: 88%;
    }
    .col-md-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 11.666667%;
        flex: 0 0 11.666667%;
        max-width: 11.666667%;
    }
} */
