/***********************************************************************/
@media (max-width: 991px) {
    #paneltool, .customer-service {
        display: none;
    }

    #back-top {
        display: none;
    }

    .page-404 h1 {
        font-size: 100px;
    }

    .page-404 h2 {
        font-size: 40px;
    }

    .page-404 .des_cription_404 {
        font-size: 16px;
    }

    .page-404 .btn_404 {
        margin-top: 15px;
    }

    .header_user_info {
        border-right: 1px solid #ffffff;
    }

    .header_user_info .popup-title {
        display: block;
    }

    .header_user_info .popup-title .zmdi {
        margin-right: 8px;
    }

    .header_user_info .links {
        visibility: hidden;
    }

    #apollo-menu {
        float: right;
    }

    #search_block_top {
        height: 40px;
        line-height: 40px;
        position: static;
        float: right;
    }

    form#searchbox {
        right: 70px;
        top: 36px;
        width: 240px;
    }
}

@media (max-width: 767px) {
    #header_logo h1 {
        text-align: center;
    }

    .page-subheading:before {
        display: none;
    }

    #footer .block .title_block {
        padding-top: 20px;
        margin-bottom: 15px;
    }

    #footer .block.footerAccordion .title_block {
        cursor: pointer;
    }

    #footer .block.footerAccordion .title_block:after {
        content: "\f055";
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        font-size: 12px;
        top: 24px;
    }

    #footer .block.footerAccordion .title_block.active:after {
        content: "\f056";
    }

    .panel-body iframe {
        width: 100% !important;
    }

    .cpro_item {
        margin: 10px 0;
        text-align: center;
    }

    .ajaxcart small {
        float: none;
    }

    .ajaxcart h1 {
        line-height: 24px;
        font-size: 24px;
    }

    .list_button_cart .btn {
        margin-bottom: 5px;
    }

    .product-left-column #image-block {
        width: 100%;
        float: unset;
    }

    .product-right-column .quantity-selector {
        margin-bottom: 10px;
    }

    #cart-page .list_product_cart .cpro_item {
        padding-top: 0;
        padding-bottom: 0;
        min-height: unset;
    }

    #cart-page .list_product_cart .cpro_item .apQty {
        margin: 0;
    }

    #cart-page .list_product_cart .cpro_item:last-child {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .header-3 form#searchbox{
        max-width: 160px;
    }
    .page-404 h1 {
        font-size: 80px;
        line-height: 100px;
    }

    .page-404 h2 {
        font-size: 30px;
        letter-spacing: 5px;
    }

    .page-404 .des_cription_404 {
        font-size: 14px;
    }
}

@media (max-width: 1153px) {
    .blocktime {
        padding: 9px 35px;
    }
}

@media (min-width: 768px) {
    .product_list.grid .product_block:nth-child(3n+1) {
        clear: both;
    }

    .product_list.grid-4 .product_block:nth-child(4n+1) {
        clear: both;
    }
}