@media(min-width: 1200px) {
    html {
        font-size: 16px;
    }

    .container {
        width: 1230px;
    }
}

@media(min-width: 1920px) {
    html {
        font-size: 20px;
    }

    .container {
        width: 1500px;
    }
}

@media (min-width: 992px) {
    body #offcanvas {
        display: none;
    }
    /*  .col-md-3-fix {
      width: 20%;
  }
  .col-md-6-fix {
      width: 60%;
  }
  .col-md-9-fix {
      width: 80%;
  }*/

}

@media (min-width:768px) {
}

@media (min-width:767px) {
}

@media (min-width:640px) {
    .product-grid-show.list_over > .row > .item {
        width: 100%;
    }

    .product-grid-show.list_over .product_item {
        margin: 0 auto 80px 0;
    }

        .product-grid-show.list_over .product-img-parent > a:after,
        .product-grid-show.list_over .product_item .btn_readmore {
            display: none;
        }

    .product-grid-show.list_over .product_item_right {
        display: block;
    }
}

@media(max-width:1400px) {
}

@media(max-width:1366px) {
}

@media(max-width:1200px) {
    .section-products {
        background: url(../images/feat_shelf_md.png);
    }
}

@media(max-width:1024px) {
}

@media(max-width: 1023px) {
    .footer_info {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer-info__desc-left,
    .footer-info__desc-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-info__desc-right {
        margin-top: 10px;
    }
}

@media(max-width:991px) {
    .section-products {
        background: url(../images/feat_shelf_sm.png);
    }

    .menu_section_right {
        float: left;
    }

    .menu_section_left {
        float: right;
    }

    .social > ul {
        text-align: left;
    }

    .menu_parent {
        height: 40px;
    }

    .header_site_info_table .header_info_right .site_name a span {
        font-size: 20px;
    }

        .header_site_info_table .header_info_right .site_name a span + span {
            font-size: 26px;
        }

    .header_site_info_table .header_info_left img {
        max-height: 60px;
    }

    .header_site_info_table .header_info_right {
        padding-left: 20px;
    }

    .header_site_info_parent {
        padding: 0;
    }

    /*DESKTOP MENU POSITION*/
    .menu > ul > li > ul > li > ul > li:hover > ul {
        display: block;
        top: -19px;
        right: 100%;
        z-index: 2001;
        visibility: visible;
        opacity: 1;
        left: auto;
    }

    .menu > ul > li.sub-menu > ul > li.sub-menu > ul > li.sub-menu > ul:after {
        right: -9px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        left: auto;
    }

    .menu > ul > li > ul > li > ul > li > ul {
        left: auto;
        right: 100%;
    }
    /*MOBILE MENU*/
    body #offcanvas {
        display: none
    }

        body #offcanvas.active {
            display: block
        }

    .offcanvas-push {
        bottom: 0;
        overflow: hidden;
        position: relative;
        left: : 0;
        top: 0;
        transform: translate3d(-320px, 0px, 0px);
        transition: all 0.5s ease 0s;
        -webkit-transform: translate3d(-320px, 0px, 0px);
        -moz-transform: translate3d(-320px, 0px, 0px);
        -o-transform: translate3d(-320px, 0px, 0px);
        -o-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

    #offcanvas {
        right: 0;
        margin: 0;
        position: absolute;
        top: 0;
        transform: translateX(370px);
        -webkit-transform: translateX(370px);
        -moz-transform: translateX(370px);
        -o-transform: translateX(370px);
        -o-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        width: 320px;
        z-index: 1000;
    }

        #offcanvas.active {
            transform: translateX(0px);
            transition: transform 0.5s ease 0s;
            -o-transition: transform 0.5s ease 0s;
            -moz-transition: transform 0.5s ease 0s;
            -webkit-transition: transform 0.5s ease 0s;
            -webkit-transform: translateX(0px);
            -moz-transform: translateX(0px);
            -o-transform: translateX(0px);
        }

        #offcanvas.active {
            right: 0;
            opacity: 1;
        }

    .wrapper-container {
        transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

    /*   -------------------------------------------------------------------hnv fix */
    #offcanvas .navbar-nav li a {
        transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -webkit-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
    }

        #offcanvas .navbar-nav li.active > h3 > a,
        #offcanvas .navbar-nav li a:hover {
            /*background-color: #fcfcfc;*/
            color: #e70707;
            transition: all 0.6s ease 0s;
            -moz-transition: all 0.6s ease 0s;
            -webkit-transition: all 0.6s ease 0s;
            -o-transition: all 0.6s ease 0s;
        }
    /* -------------------------------------------------------------------- */

    /*---canvas---*/
    .offcanvas-mainnav .navbar-nav.megamenu {
        margin: 0;
    }

    #offcanvas {
        background: #fff;
        height: 100%;
    }

        #offcanvas .navbar-nav li a {
            color: #333;
            display: block;
            font-size: 14px;
            padding: 10px 20px;
            text-decoration: none;
            transition: color 0.3s ease-in-out 0s;
            /*border-bottom: 1px solid #eee;*/
            /*text-transform: uppercase;    */
        }

        #offcanvas .navbar-nav h3 {
            margin: 0;
            position: relative;
        }

            #offcanvas .navbar-nav h3 i {
                color: #333;
                font-size: 20px;
                height: 35px;
                line-height: 35px;
                cursor: pointer;
                position: absolute;
                right: 7px;
                text-align: center;
                width: 40px;
                z-index: 9;
            }

                #offcanvas .navbar-nav h3 i:hover {
                    color: #036CCD;
                }

        #offcanvas .navbar-nav ul {
            width: 100% !important;
        }

        #offcanvas .navbar-nav li {
            margin: 0;
            display: block;
            width: 100%;
        }

    #off-canvas-button {
        color: #fff;
        font-size: 18px;
        padding: 5px 20px;
        position: relative;
        text-align: right;
        border-bottom: 1px solid #fbfbfb;
        background: #e70707;
        padding-bottom: 18px;
    }

        #off-canvas-button:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 10px;
            background: url(../images/bg-pattern.png);
        }

        #off-canvas-button .off-canvas-nav {
            /*display: inline-block;*/
            height: 35px;
            line-height: 35px;
            text-align: center;
            /* width: 35px;*/
            cursor: pointer;
        }

            #off-canvas-button .off-canvas-nav i:hover {
                color: #f9bc79;
            }

        #off-canvas-button a {
            float: left;
            width: 115px;
            padding-left: 15px;
        }

    .off-canvas-nav span {
        float: left;
        display: inline-block;
        padding-top: 3px;
    }

    .off-canvas-nav i {
        font-size: 30px;
        vertical-align: bottom;
        display: inline-block;
        margin-right: -9px;
    }

    .offcanvas-mainnav .navbar-nav.megamenu ul li a {
        padding-left: 45px !important;
    }

    .offcanvas-mainnav .navbar-nav.megamenu ul li ul li a {
        padding-left: 75px !important;
    }

    .w-1210 {
        width: 100% !important;
    }
}

@media(max-width:767px) {
    .footer_info .footer_info_right {
        padding-right: 0;
    }

    .header_site_info_parent {
        padding: 0;
    }


    .header_site_text {
        display: none !important;
    }

    .online_stt {
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        text-align: left;
    }

        .online_stt > span {
            color: #aaa;
            display: inline-block;
            line-height: 30px;
        }

            .online_stt > span +
            span {
                float: left;
                padding-right: 10px;
            }

    .section-products {
        background: url(../images/feat_shelf_xs.png);
        background-repeat-x: no-repeat;
        background-position-x: center;
    }
    /* Force table to not be like tables anymore */
    .table_responsive,
    .table_responsive > thead,
    .table_responsive > tbody,
    .table_responsive > thead > tr
    .table_responsive > thead > tr > th,
    .table_responsive > tbody > tr,
    .table_responsive > tbody > tr > td {
        display: block;
    }
        /* Hide table headers (but not display: none;, for accessibility) */
        .table_responsive > thead > tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .table_responsive > thead > tr,
        .table_responsive > tbody > tr {
            border-bottom: 1px solid #ddd;
        }

            .table_responsive > tbody > tr > td {
                /* Behave  like a "row" */
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                padding-left: 50% !important;
                white-space: normal;
                text-align: left;
                min-height: 30px;
            }

                .table_responsive > tbody > tr > td:before {
                    /* Now like a table header */
                    position: absolute;
                    /* Top/left values mimic padding */
                    top: 6px;
                    left: 10px;
                    width: 45%;
                    padding-right: 10px;
                    white-space: nowrap;
                    text-align: left;
                    font-weight: bold;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 12px;
                }

                /*
    Label the data
    */
                .table_responsive > tbody > tr > td:before {
                    content: attr(data-title);
                }
    /*  .header_search {
      position: relative;
      top: 0;
      right: 0;
      width: 100%;
      border: 1px solid #015ab4;      
  }  */
    .header_site_info_table .header_info_right .site_name a span {
        font-size: 18px;
    }

        .header_site_info_table .header_info_right .site_name a span + span {
            font-size: 24px;
        }

    .header_site_info_table .header_info_left img {
        max-height: 55px;
    }

    .header_site_info_table .header_info_right {
        padding-left: 20px;
    }

    .header_site_info_parent {
        padding: 0;
    }


    .header_site_text {
        display: none !important;
    }

    .footer_info {
        flex-wrap: wrap;
    }

    .footer-info__desc {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-info__desc-left,
    .footer-info__desc-right {
        padding-left: 0;
        padding-right: 0;
        margin-top: 10px;
    }

    .comment-item {
        flex-wrap: wrap;
    }

    .user-cm {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .comment-content {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 12px;
    }

    .comment-reply {
        margin-left: 64px;
    }
}

@media(max-width:640px) {
    .article_tableHeader_right {
        padding-left: 0;
    }

    .article_tableHeader_right {
        display: block;
    }

    .article_tableHeader_left {
        display: none;
    }

    .product-filter {
        display: none;
    }

    .section-products {
        background: url(../images/feat_shelf_xxs.png);
        background-repeat-x: no-repeat;
        background-position-x: center;
    }

        .section-products .item {
            width: 100%;
        }

    .search_sort .search_sort_left, .search_sort .search_sort_right, .search_sort .search_sort_right .pull-right {
        display: block;
        width: 100%;
        float: left;
        text-align: left;
        padding: 0;
    }

        .search_sort .search_sort_right .pull-right .clickSort {
            margin: 0;
        }

    .header_site_info_table .header_info_right .site_name a span {
        font-size: 16px;
    }

        .header_site_info_table .header_info_right .site_name a span + span {
            font-size: 20px;
        }
}

@media(max-width:530px) {
}

@media(max-width:480px) {

    .register_flex .form-group, .content-contact #validateForm .row .form-group {
        width: 100%;
    }
}
