@media (min-width:768px) {
    .menu-icon {
        display: none;
    }
    p.homemb {
        display: none;
    }
    .name_mb {
        display: none;
    }
}

@media (min-width:992px) {}

@media (min-width: 1200px) {
    .container {
        width: 1240px;
    }
}

@media (max-width:991px) {
    .itempr.f-product .img {
        height: 150px;
    }
    .itempr .img .overlay {
        display: none !important;
    }
    .zoomContainer {
        opacity: 0;
        display: none !important;
    }
    .f-pr-image-zoom:before {
        width: 100%;
        height: 100%;
        background: transparent;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11;
    }
    .info-pr {
        margin-top: 20px;
    }
    .f-pr-image-zoom img {
        height: auto !important;
    }
    .breadcrumb {}
    .menu ul li a {
        margin: 0 8px;
    }
    .header .logo {
        margin-right: 30px;
    }
    .menu {
        margin-left: 132px;
    }
    .logo img {
        max-height: 100px;
    }
    section#cate-home .item a {
        height: 130px;
    }
    section#cate-home .item.itemmain a {
        height: 430px;
    }
    .newhome {
        margin-top: 20px;
    }
    section#news-ct {
        margin: 20px 0;
    }
}

@media (max-width:767px) {
    
    .header .search .content input,.header .search{
        width:100%;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .header .search .content input{
        width:100%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .page-detail img {
        max-width: 100%;
        height: auto !important;
    }
    .page-detail table {
        width: 100% !important;
    }
    .menu_mb ul li a {
        color: #000;
        display: block;
        padding: 10px 0;
    }
    .menu_mb ul li {
        display: block;
    }
    .menu ul li ul.level_1,
    .menu ul li ul.level_1 li ul.level_2 {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        display: block;
        background: #eee;
        box-shadow: none;
    }
    .menu ul li ul.level_1 li a {
        color: #000;
        border-bottom: 1px solid #ccc;
    }
    .menu ul li ul.level_1 li ul.level_2 li a {
        margin-left: 30px;
        border-bottom: none;
    }
    .bg-white {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000082;
        z-index: 3;
        display: none;
    }
    .menu ul li ul.level_1 li:last-child a {
        border-bottom: none;
    }
    .bg-white.open {
        display: block;
    }
    .menu_mb {
        position: fixed;
        left: -260px;
        margin-top: 0 !important;
        top: 0;
        text-align: left;
        background: #fff;
        height: 100%;
        z-index: 1111;
        width: 260px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        overflow-y: scroll;
    }
    .menu_mb.open {
        left: 0;
        width: 260px;
        text-align: left;
    }
    .listmenufooter,
    .fanpage {
        margin-top: 15px;
    }
    .menu {
        width: auto;
        margin: 0;
        font-size: 21px;
        background: #366fbb;
    }
    body {
        font-size: 15px;
    }
    h2.title,
    h2.title span,
    .title2 h2,
    section#feedback .content h2,
    footer h2 {
        font-size: 21px;
    }
    .contentct .item .meta h3 a {
        line-height: 22px;
    }
    .cart{
        right:15px;
    }
    h2.title label{
        font-size:12px;
    }
}


@media (max-width:479px) {
    .box-km
    {padding-left:0;
    }
    .button_cart a {
        width: 50%;
        border-right: 1px solid #fff;
        text-align: center;
    }
    .button_cart {
        display: flex;
        flex-wrap: wrap;
    }
    .button_cart a.ordercart {
        width: 100%;
        margin-top: 5px;
    }
    .list_cart ul.cart_title {
        display: none;
    }
    ul.list_list_cart li {
        text-align: left;
        border-bottom: 1px solid #ddd;
        border-right: none;
        height: auto !important;
        display: block !important;
    }
    .cart_info_image_sp {
        margin: inherit;
        display: inline-block;
    }
    .cart_info_price {
        height: auto !important;
        display: inline-block;
    }
    ul.list_list_cart li ul li select {
        margin: auto !important;
        display: inline-block;
    }
    .name_mb {
        display: inline-block;
        padding: 10px 0;
        min-width: 90px;
    }
    .cart_info_name_sp {
        display: inline-block;
        height: auto;
    }
    li.list_cart_info.delele_mb {
        border-bottom: none;
        position: absolute;
        right: 0;
        top: 0;
        width: auto !important;
    }
    ul.list_list_cart li ul {
        position: relative;
    }
    .contentnews .item .meta h3 a,
    .contentnews.pagenews .item .desc {
        height: auto;
        overflow: visible;
    }
    .contentnews.pagenews .item {
        width: 100% !important;
        display: block;
    }
    ul.tab-detail li {
        float: none;
        display: block;
        margin-bottom: 2px;
    }
    .info-pr .support {
        padding: 10px;
    }
    .info-pr .state .sta {
        clear: both;
        margin-top: 5px;
        float: left;
    }
    .header .search {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        margin-top: 0;
    }
    .header .cart{
        right:15px;
        top: 20px;
        min-width: 200px;
    }
    .contentct .item .meta .desc {
        display: none;
    }
    h2.title span:before,
    h2.title span:after {
        display: none;
    }
    .itempr .img a.thumb-sp {
        height: 150px;
    }
    .itempr .meta p {
        font-size: 13px;
    }
    .itempr .meta .pr-price p.new-price {
        font-size: 13px !important;
    }
    .itempr .meta .pr-price p.old-price {
        font-size: 12px !important;
    }
    .itempr .meta h3 a {
        font-size: 15px;
    }
    h2.title {
        margin-top: 0;
    }
    .contentnews .item {
        margin-bottom: 15px;
    }
    .contentnews {
        display: block;
    }
    .contentnews .item p.img {
        height: auto !important;
    }
    .pagenews.contentnews .item p.img,.pagenews.contentnews .item .meta
    {
        width:100%;
    }
    section.wrap-ck .item {
    margin-bottom: 10px;
    }
}